Searched refs:m_hMapFile (Results 1 – 2 of 2) sorted by relevance
140 m_hMapFile = NULL; in SetupApp()198 if ( m_hMapFile ) CloseHandle( m_hMapFile ); in ~SetupApp()237 m_hMapFile = CreateFileMapping( in Initialize()244 if ( m_hMapFile ) in Initialize()246 m_pMSIErrorCode = (int*) MapViewOfFile( m_hMapFile, // handle to map object in Initialize()
46 HANDLE m_hMapFile; member in SetupApp