Home
last modified time | relevance | path

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

/reactos/dll/directx/wine/dplayx/
H A Ddplayx_global.c161 HANDLE hInformOnAppDeath; member
240 lobbyData[ i ].hInformOnAppDeath = 0; in DPLAYX_CreateLobbyApplication()
274 lpLData->hInformOnAppDeath = hDeath; in DPLAYX_SetLobbyHandles()
316 if( lpLData->hInformOnAppDeath == 0 ) in DPLAYX_GetThisLobbyHandles()
322 *lphDeath = lpLData->hInformOnAppDeath; in DPLAYX_GetThisLobbyHandles()
326 CloseHandle( lpLData->hInformOnAppDeath ); in DPLAYX_GetThisLobbyHandles()
327 lpLData->hInformOnAppDeath = 0; in DPLAYX_GetThisLobbyHandles()