windows-headers ~master (2020-02-09T01:19:06Z)
Dub
Repo
IObjectSafety
windows
objsafe
Undocumented in source.
nothrow
interface
IObjectSafety :
IUnknown
{
HRESULT
GetInterfaceSafetyOptions
(REFIID , DWORD* , DWORD* );
HRESULT
SetInterfaceSafetyOptions
(REFIID , DWORD , DWORD );
}
Members
Functions
GetInterfaceSafetyOptions
HRESULT
GetInterfaceSafetyOptions
(REFIID , DWORD* , DWORD* )
Undocumented in source.
SetInterfaceSafetyOptions
HRESULT
SetInterfaceSafetyOptions
(REFIID , DWORD , DWORD )
Undocumented in source.
Inherited Members
From IUnknown
QueryInterface
HRESULT
QueryInterface
(IID* riid, void** pvObject)
Undocumented in source.
AddRef
ULONG
AddRef
()
Undocumented in source.
Release
ULONG
Release
()
Undocumented in source.
Meta
Source
See Implementation
windows
objsafe
enums
INTERFACESAFE_FOR_UNTRUSTED_CALLER
interfaces
IObjectSafety