Searched refs:pu32ClientIdOut (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Main/src-client/
H A DHGCM.cpp155 int CreateAndConnectClient(uint32_t *pu32ClientIdOut, uint32_t u32ClientIdIn);
1319 * @param pu32ClientIdOut If not NULL, then the method must generate a new handle for the client.
1321 * @param u32ClientIdIn The handle for the client, when 'pu32ClientIdOut' is NULL.
1324 int HGCMService::CreateAndConnectClient(uint32_t *pu32ClientIdOut, uint32_t u32ClientIdIn) argument
1326 LogFlowFunc(("pu32ClientIdOut = %p, u32ClientIdIn = %d\n", pu32ClientIdOut, u32ClientIdIn));
1339 if (pu32ClientIdOut != NULL)
1396 if (pu32ClientIdOut != NULL)
1398 *pu32ClientIdOut = handle;

Completed in 49 milliseconds