ICallFactory.CreateCall(Guid, Object, Guid, Object) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void CreateCall(Guid % riid, System::Object ^ pCtrlUnk, Guid % riid2, [Runtime::InteropServices::Out] System::Object ^ % ppv);
public void CreateCall (ref Guid riid, object pCtrlUnk, ref Guid riid2, out object ppv);
abstract member CreateCall : Guid * obj * Guid * obj -> unit
Public Sub CreateCall (ByRef riid As Guid, pCtrlUnk As Object, ByRef riid2 As Guid, ByRef ppv As Object)
Parameters
- riid
- Guid
- pCtrlUnk
- Object
- riid2
- Guid
- ppv
- Object