הערה
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות להיכנס או לשנות מדריכי כתובות.
הגישה לדף זה מחייבת הרשאה. באפשרותך לנסות לשנות מדריכי כתובות.
Declares an embedded resource. This method does not actually embed the resource.
Syntax
HRESULT EmbedResource(
mdAssembly AssemblyID,
mdToken FileToken,
LPCWSTR pszResourceName,
DWORD dwOffset,
DWORD dwFlags
) PURE;
Parameters
AssemblyID
ID of the assembly.
FileToken
File token or assembly ID of file that contains the resource.
pszResourceName
Name of the resource.
dwOffset
Offset of resource from RVA.
dwFlags
Accessibility flags such as mrPublic and mrPrivate. These flags may be passed to DefineExportedType Method.
Return Value
Returns S_OK if the method succeeds.
Requirements
Requires alink.h.
See also
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.