Win32 API 日本語リファレンス
ホームSystem.ApplicationInstallationAndServicing › PPATCH_SYMLOAD_CALLBACK

PPATCH_SYMLOAD_CALLBACK

コールバック

シグネチャ

BOOL PPATCH_SYMLOAD_CALLBACK(
    DWORD WhichFile,
    LPSTR SymbolFileName,
    DWORD SymType,
    DWORD SymbolFileCheckSum,
    DWORD SymbolFileTimeDate,
    DWORD ImageFileCheckSum,
    DWORD ImageFileTimeDate,
    void* CallbackContext
);

パラメーター

フィールド
WhichFileDWORD
SymbolFileNameLPSTR
SymTypeDWORD
SymbolFileCheckSumDWORD
SymbolFileTimeDateDWORD
ImageFileCheckSumDWORD
ImageFileTimeDateDWORD
CallbackContextvoid*