IDebugComPlusSymbolSearchInfo.GetSymbolSearchInfoCount Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
int GetSymbolSearchInfoCount(System::UInt32 ulAppDomainID, Guid guidModule, [Runtime::InteropServices::Out] System::UInt32 % pCount);
public int GetSymbolSearchInfoCount (uint ulAppDomainID, Guid guidModule, out uint pCount);
abstract member GetSymbolSearchInfoCount : uint32 * Guid * uint32 -> int
Public Function GetSymbolSearchInfoCount (ulAppDomainID As UInteger, guidModule As Guid, ByRef pCount As UInteger) As Integer
Parameters
- ulAppDomainID
- UInt32
- guidModule
- Guid
- pCount
- UInt32