Searched defs:phSynch (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Additions/WINNT/Graphics/Video/disp/wddm/
H A DVBoxUhgsmiBase.cpp42 static int vboxUhgsmiBaseEventChkCreate(VBOXUHGSMI_BUFFER_TYPE_FLAGS fUhgsmiType, HANDLE *phSynch) argument
44 *phSynch = NULL;
48 *phSynch = CreateEvent(
54 Assert(*phSynch);
55 if (!*phSynch)

Completed in 31 milliseconds