הערה
גישה לעמוד זה דורשת אישור. אתה יכול לנסות להיכנס או לשנות תיקיות.
גישה לעמוד זה דורשת אישור. אתה יכול לנסות לשנות מדריכים.
Functions the same as GetDebugInfo Method except that the path string is padded with zeros following the terminating null character to make the string data a fixed size of MAX_PATH. Padding is only given if the path string length itself is less than MAX_PATH.
This makes it easier to write tools that difference PE files.
Syntax
HRESULT GetDebugInfoWithPadding( [in, out] IMAGE_DEBUG_DIRECTORY *pIDD, [in] DWORD cData, [out] DWORD *pcData, [out, size_is(cData), length_is(*pcData)] BYTE data[]);
Parameters
| Parameter | Description |
|---|---|
pIDD |
|
cData |
|
pcData |
|
data |
Return Value
Returns HRESULT.
Requirements
Header: CorSym.idl, CorSym.h
See also
שתפו איתנו פעולה ב-GitHub
המקור לתוכן זה נמצא ב-GitHub, שם ניתן גם ליצור ולבחון בעיות ולמשוך בקשות. למידע נוסף, ראו את מדריך התורמים שלנו.