Group: File Management - Library: kernel32
Retrieving file information for the VFP executable running
Running MSDOS Shell as a child process with redirected input and output (smarter RUN command)
BOOL GetFileInformationByHandle(
HANDLE hFile, // handle to file
LPBY_HANDLE_FILE_INFORMATION lpFileInfo // buffer
);
DECLARE INTEGER GetFileInformationByHandle IN kernel32;
INTEGER hFile,;
STRING @ lpFileInfo
hFile [in] Handle to the file for which to obtain information.
lpFileInformation [out] Pointer to a BY_HANDLE_FILE_INFORMATION structure that receives the file information.
If the function succeeds, the return value is nonzero.