Home
last modified time | relevance | path

Searched refs:hMapFile (Results 1 – 1 of 1) sorted by relevance

/trunk/main/setup_native/source/win32/customactions/tools/
H A Dseterror.cxx63 HANDLE hMapFile; in SetMsiErrorCode() local
66 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 17 milliseconds