Poznámka:
Přístup k této stránce vyžaduje autorizaci. Můžete se zkusit přihlásit nebo změnit adresáře.
Přístup k této stránce vyžaduje autorizaci. Můžete zkusit změnit adresáře.
Indicates the result of a cached function search.
Note
COR_PRF_CACHED_FUNCTION_FOUND has a value of zero, so COR_PRF_JIT_CACHE cannot be used as a Boolean surrogate.
typedef enum {
COR_PRF_CACHED_FUNCTION_FOUND,
COR_PRF_CACHED_FUNCTION_NOT_FOUND
} COR_PRF_JIT_CACHE;
Members
| Member | Description |
|---|---|
COR_PRF_FUNCTION_FOUND |
The search found the function. |
COR_PRF_FUNCTION_NOT_FOUND |
The search did not find the function. |
Requirements
Platforms: Windows 2000, Windows XP, Windows Server 2003 family
Header: CorProf.idl
Library: CorGuids.lib
.NET Framework Version: 2.0, 1.1, 1.0