Searched refs:m_pMSIErrorCode (Results 1 – 2 of 2) sorted by relevance
152 m_pMSIErrorCode = NULL; in SetupApp()197 if ( m_pMSIErrorCode ) UnmapViewOfFile( m_pMSIErrorCode ); in ~SetupApp()246 m_pMSIErrorCode = (int*) MapViewOfFile( m_hMapFile, // handle to map object in Initialize()251 if ( m_pMSIErrorCode ) in Initialize()252 *m_pMSIErrorCode = 0; in Initialize()968 if ( m_pMSIErrorCode ) in GetError()969 nErr = (UINT) *m_pMSIErrorCode; in GetError()
59 int *m_pMSIErrorCode; member in SetupApp