Searched refs:m_pMSIErrorCode (Results 1 – 2 of 2) sorted by relevance
137 m_pMSIErrorCode = NULL; in SetupAppX()182 if ( m_pMSIErrorCode ) UnmapViewOfFile( m_pMSIErrorCode ); in ~SetupAppX()231 m_pMSIErrorCode = (int*) MapViewOfFile( m_hMapFile, // handle to map object in Initialize()236 if ( m_pMSIErrorCode ) in Initialize()237 *m_pMSIErrorCode = 0; in Initialize()1022 if ( m_pMSIErrorCode ) in GetError()1023 nErr = (UINT) *m_pMSIErrorCode; in GetError()
80 int *m_pMSIErrorCode; member in SetupAppX
Completed in 18 milliseconds