mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 13:59:28 +02:00
* iobjectsafety
git-svn-id: trunk@9744 -
This commit is contained in:
parent
bf30e84e51
commit
5ce2086aee
@ -2846,6 +2846,13 @@ type
|
||||
POleInPlaceFrameInfo = ^TOleInPlaceFrameInfo;
|
||||
OLEINPLACEFRAMEINFO = tagOIFI;
|
||||
|
||||
{ ObjSafe.idl}
|
||||
IObjectSafety = interface(IUnknown)
|
||||
['{CB5BDC81-93C1-11cf-8F20-00805F2CD064}']
|
||||
function GetInterfaceSafetyOptions(const riid:Tiid; out pdwsupportedoptions: dword;out pdwenabledoptions: dword):HRESULT;
|
||||
function SetInterfaceSafetyOptions(const riid:Tiid; const dwoptionsetmask: dword;const dwenabledoptions : dword):HRESULT;
|
||||
end;
|
||||
|
||||
{ ole2.h }
|
||||
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user