openNamespace method
Implementation
int openNamespace(
Pointer<Utf16> strNamespace,
int lFlags,
Pointer<COMObject> pCtx,
Pointer<Pointer<COMObject>> ppWorkingNamespace,
Pointer<Pointer<COMObject>> ppResult) =>
(ptr.ref.vtable + 3)
.cast<
Pointer<
NativeFunction<
Int32 Function(
Pointer,
Pointer<Utf16> strNamespace,
Int32 lFlags,
Pointer<COMObject> pCtx,
Pointer<Pointer<COMObject>> ppWorkingNamespace,
Pointer<Pointer<COMObject>> ppResult)>>>()
.value
.asFunction<
int Function(
Pointer,
Pointer<Utf16> strNamespace,
int lFlags,
Pointer<COMObject> pCtx,
Pointer<Pointer<COMObject>> ppWorkingNamespace,
Pointer<Pointer<COMObject>> ppResult)>()(ptr.ref.lpVtbl,
strNamespace, lFlags, pCtx, ppWorkingNamespace, ppResult);