Searched refs:hMapFile (Results 1 – 1 of 1) sorted by relevance
63 HANDLE hMapFile; in SetMsiErrorCode() local66 hMapFile = OpenFileMapping( in SetMsiErrorCode()71 if ( hMapFile == NULL ) // can not set error code in SetMsiErrorCode()77 pBuf = (int*) MapViewOfFile( hMapFile, // handle to map object in SetMsiErrorCode()90 CloseHandle( hMapFile ); in SetMsiErrorCode()
Completed in 9 milliseconds