OpenPrivateNamespaceW method
Implementation
ffi.Pointer<ffi.Void> OpenPrivateNamespaceW(
ffi.Pointer<ffi.Void> lpBoundaryDescriptor,
ffi.Pointer<ffi.Uint16> lpAliasPrefix,
) {
return (_OpenPrivateNamespaceW ??= _dylib.lookupFunction<
_c_OpenPrivateNamespaceW,
_dart_OpenPrivateNamespaceW>('OpenPrivateNamespaceW'))(
lpBoundaryDescriptor,
lpAliasPrefix,
);
}