Re: How to Mark a Attributed ATL 7.0 DLL SafeForScripting.
- From: "Austin Foxley" <austinf@xxxxxxxxx>
- Date: 26 Aug 2005 16:33:58 -0700
Have your exported ATL Object (or Control) inherit from
IObjectSafetyImpl
like
...
...
public IObjectSafetyImpl<YourObjectName,
INTERFACESAFE_FOR_UNTRUSTED_CALLER | INTERFACESAFE_FOR_UNTRUSTED_DATA>,
...
...
or whatever
Object Safety is on a per object basis, not dll basis
.
- Follow-Ups:
- Re: How to Mark a Attributed ATL 7.0 DLL SafeForScripting.
- From: Samuel Trim
- Re: How to Mark a Attributed ATL 7.0 DLL SafeForScripting.
- References:
- How to Mark a Attributed ATL 7.0 DLL SafeForScripting.
- From: Samuel Trim
- How to Mark a Attributed ATL 7.0 DLL SafeForScripting.
- Prev by Date: Re: How to Display Buffer[Data] in specific application
- Next by Date: Re: Associating a WaitableTimer with a Completion Port
- Previous by thread: How to Mark a Attributed ATL 7.0 DLL SafeForScripting.
- Next by thread: Re: How to Mark a Attributed ATL 7.0 DLL SafeForScripting.
- Index(es):