Searched refs:s_attrib (Results 1 – 2 of 2) sorted by relevance
/reactos/dll/directx/wine/dplayx/ |
H A D | dplayx_global.c | 359 SECURITY_ATTRIBUTES s_attrib; in DPLAYX_ConstructData() local 368 s_attrib.bInheritHandle = TRUE; in DPLAYX_ConstructData() 369 s_attrib.lpSecurityDescriptor = NULL; in DPLAYX_ConstructData() 370 s_attrib.nLength = sizeof(s_attrib); in DPLAYX_ConstructData() 372 hDplayxSema = CreateSemaphoreA( &s_attrib, 0, 1, lpszDplayxSemaName ); in DPLAYX_ConstructData() 396 &s_attrib, in DPLAYX_ConstructData()
|
H A D | dplobby.c | 1216 SECURITY_ATTRIBUTES s_attrib; in DPL_CreateAndSetLobbyHandles() local 1218 s_attrib.nLength = sizeof( s_attrib ); in DPL_CreateAndSetLobbyHandles() 1219 s_attrib.lpSecurityDescriptor = NULL; in DPL_CreateAndSetLobbyHandles() 1220 s_attrib.bInheritHandle = TRUE; in DPL_CreateAndSetLobbyHandles() 1222 *lphStart = CreateEventW( &s_attrib, TRUE, FALSE, NULL ); in DPL_CreateAndSetLobbyHandles() 1223 *lphDeath = CreateEventW( &s_attrib, TRUE, FALSE, NULL ); in DPL_CreateAndSetLobbyHandles() 1224 *lphRead = CreateEventW( &s_attrib, TRUE, FALSE, NULL ); in DPL_CreateAndSetLobbyHandles()
|