Home
last modified time | relevance | path

Searched refs:mhMod (Results 1 – 2 of 2) sorted by path

/trunk/main/vcl/inc/os2/
H A Dsaldata.hxx144 HMODULE mhMod; // Module handle of SAL-DLL member
/trunk/main/vcl/os2/source/app/
H A Dsalshl.cxx35 static HMODULE mhMod = ImplGetModule(); variable
55 aSalShlData.mhMod = hMod; in ImplGetModule()
63 DBG_ASSERT( aSalShlData.mhMod, "no DLL instance handle" ); in ImplLoadSalCursor()
65 HPOINTER hPointer = WinLoadPointer( HWND_DESKTOP, aSalShlData.mhMod, nId ); in ImplLoadSalCursor()
79 DBG_ASSERT( aSalShlData.mhMod, "no DLL instance handle" ); in ImplLoadSalIcon()
102 rIcon = WinLoadPointer( HWND_DESKTOP, aSalShlData.mhMod, nId ); in ImplLoadSalIcon()

Completed in 13 milliseconds