Unit ObjSafe

=--------------------------------------------------------------------------= ObjSafe.h =--------------------------------------------------------------------------= (C) Copyright 1995-1996 Microsoft Corporation. All Rights Reserved. Delphi translation by Dan Miser - 5/30/97

Classes

IObjectSafety - IObjectSafety interface

Functions

Types

Constants

CATID_SafeForInitializing
CATID_SafeForScripting
IID_IObjectSafety
INTERFACESAFE_FOR_UNTRUSTED_CALLER
INTERFACESAFE_FOR_UNTRUSTED_DATA

Variables


Functions


Types


Constants

CATID_SafeForInitializing = '{7DD95802-9882-11CF-9FA9-00AA006C42C4}'

CATID_SafeForScripting = '{7DD95801-9882-11CF-9FA9-00AA006C42C4}'

IID_IObjectSafety = ( D1:$cb5bdc81;D2:$93c1;D3:$11cf;D4:($8f,$20,$00,$80,$5f,$2c,$d0,$64))

Data passed into interface may be untrusted

INTERFACESAFE_FOR_UNTRUSTED_CALLER = 1

Option bit definitions for IObjectSafety:

INTERFACESAFE_FOR_UNTRUSTED_DATA = 2

Caller of interface may be untrusted

Variables