Home
last modified time | relevance | path

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

/AOO42X/main/desktop/win32/source/setup/
H A Dsetup.cpp152 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()
H A Dsetup.hxx59 int *m_pMSIErrorCode; member in SetupApp