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

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dctxtcall.idl56 [in] int iMethod,
H A Dobjidl.idl1706 ULONG iMethod;
1898 DWORD iMethod;
H A Dobjidl.h6605 ULONG iMethod; member in struct:tagRPCOLEMESSAGE
7607 DWORD iMethod; member in struct:SChannelHookCallInfo
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dctxtcall.idl56 [in] int iMethod,
H A Dobjidl.idl1694 ULONG iMethod;
1886 DWORD iMethod;
H A Dobjidl.h6605 ULONG iMethod; member in struct:tagRPCOLEMESSAGE
7607 DWORD iMethod; member in struct:SChannelHookCallInfo
/vbox/src/VBox/Runtime/testcase/
H A DtstRTMemCache.cpp256 static void tst3(uint32_t cThreads, uint32_t cbObject, int iMethod, uint32_t cSecs) argument
259 iMethod == 0 ? "RTMemCache"
279 aThreads[i].fUseCache = iMethod == 0;
/vbox/src/VBox/HostDrivers/VBoxUSB/darwin/
H A DVBoxUSB.cpp135 virtual IOExternalMethod *getTargetAndMethodForIndex(IOService **ppService, UInt32 iMethod);
773 * @param iMethod The method index.
776 org_virtualbox_VBoxUSBClient::getTargetAndMethodForIndex(IOService **ppService, UInt32 iMethod) argument
798 if (RT_UNLIKELY(iMethod >= RT_ELEMENTS(s_aMethods)))
802 return &s_aMethods[iMethod];

Completed in 4493 milliseconds