Jungo WinDriver
Official Documentation
|
DWORD DLLCALLCONV UtilGetFileName | ( | _Out_ PCHAR | pcFileName, |
_In_ DWORD | dwFileNameSize, | ||
_In_ const CHAR * | pcDefaultFileName | ||
) |
Gets a file name from user input and out it in pcFileName.
[out] | pcFileName | Pointer to buffer that will be filled with user input |
[in] | dwFileNameSize | Number of bytes in file name |
[in] | pcDefaultFileName | Default file name to write to pcFileName in case of no input |