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

/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibCpuHotPlug.cpp81 * @param penmEventType Where to store the event type on success.
85 VBGLR3DECL(int) VbglR3CpuHotPlugWaitForEvent(VMMDevCpuEventType *penmEventType, uint32_t *pidCpuCore, uint32_t *pidCpuPackage) argument
87 AssertPtrReturn(penmEventType, VERR_INVALID_POINTER);
112 *penmEventType = Req.enmEventType;

Completed in 45 milliseconds