IHostFilter Interface
Provides a method to indicate that a specified token will be processed.
Note: |
---|
The IHostFilter interface must be implemented by the client. |
interface IHostFilter : IUnknown {
HRESULT MarkToken (
mdToken tk
);
};
Methods
Method |
Description |
---|---|
Indicates that the specified metadata token will be processed. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 Family
Header: Cor.h
Library: Used as a resource in MsCorEE.dll
.NET Framework Version: 2.0, 1.1, 1.0