הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Enumerates ModuleRef tokens that represent imported modules.
Syntax
HRESULT EnumModuleRefs (
[in, out] HCORENUM *phEnum,
[out] mdModuleRef rModuleRefs[],
[in] ULONG cMax,
[out] ULONG *pcModuleRefs
);
Parameters
phEnum
[in, out] A pointer to the enumerator. This must be NULL for the first call of this method.
rModuleRefs
[out] The array used to store the ModuleRef tokens.
cMax
[in] The maximum size of the rModuleRefs array.
pcModuleRefs
[out] The number of ModuleRef tokens returned in rModuleRefs.
Return Value
| HRESULT | Description |
|---|---|
S_OK |
EnumModuleRefs returned successfully. |
S_FALSE |
There are no tokens to enumerate. In that case, pcModuleRefs is zero. |
Requirements
Platforms: See .NET supported operating systems.
Header: Cor.h
Library: CorGuids.lib
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.