nMaxFile property

  1. @Uint32()
int nMaxFile
getter/setter pair

The size, in characters, of the buffer pointed to by lpstrFile. The buffer must be large enough to store the path and file name string or strings, including the terminating null character. The GetOpenFileName and GetSaveFileName functions return false if the buffer is too small to contain the file information. The buffer should be at least 256 characters long.

Implementation

@Uint32()
external int nMaxFile;