Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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
Note: