Home
last modified time | relevance | path

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

/aoo41x/main/desktop/win32/source/setup/
H A Dsetup.cpp137 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()
H A Dsetup.hxx80 int *m_pMSIErrorCode; member in SetupAppX

Completed in 32 milliseconds