IDiaSession::findSymbolsForAcceleratorPointerTag
傳回符號的列舉型別變數的指定標記值對應父快速 Stub 函式。
HRESULT findSymbolsForAcceleratorPointerTag (
IDiaSymbol* parent,
DWORD tagValue,
IDiaEnumSymbols** ppResult
);
參數
parent
[in] 對應至要搜尋的快速 Stub 函式的 IDiaSymbol。tagValue
[in] 指標標記值。ppResult
[out] 會使用這個結果的 IDiaEnumSymbols 介面指標的指標。
傳回值
如果成功,則傳回 S_OK,否則傳回錯誤碼。