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

/vbox/src/VBox/Runtime/r0drv/nt/
H A Dmp-r0drv-nt.cpp232 * @param uUserCtx The user context argument (PRTMPARGS).
234 static ULONG_PTR __stdcall rtmpNtOnAllBroadcastIpiWrapper(ULONG_PTR uUserCtx) argument
236 PRTMPARGS pArgs = (PRTMPARGS)uUserCtx;
247 * @param uUserCtx The user context argument (PRTMPARGS).
249 static ULONG_PTR __stdcall rtmpNtOnOthersBroadcastIpiWrapper(ULONG_PTR uUserCtx) argument
251 PRTMPARGS pArgs = (PRTMPARGS)uUserCtx;
266 * @param uUserCtx The user context argument (PRTMPARGS).
268 static ULONG_PTR __stdcall rtmpNtOnPairBroadcastIpiWrapper(ULONG_PTR uUserCtx) argument
270 PRTMPARGS pArgs = (PRTMPARGS)uUserCtx;
286 * @param uUserCtx Th
288 rtmpNtOnSpecificBroadcastIpiWrapper(ULONG_PTR uUserCtx) argument
[all...]

Completed in 44 milliseconds