DkmModule.IsValidAcceleratorTag(UInt32, UInt32) Method

Definition

Verify if the accelerator pointer tag is valid.

Location constraint: API must be called from an IDE component (component level > 100,000).

public:
 bool IsValidAcceleratorTag(System::UInt32 InputTag, System::UInt32 Rva);
public:
 bool IsValidAcceleratorTag(unsigned int InputTag, unsigned int Rva);
bool IsValidAcceleratorTag(unsigned int InputTag, unsigned int Rva);
public bool IsValidAcceleratorTag (uint InputTag, uint Rva);
member this.IsValidAcceleratorTag : uint32 * uint32 -> bool
Public Function IsValidAcceleratorTag (InputTag As UInteger, Rva As UInteger) As Boolean

Parameters

InputTag
UInt32

[In] Accelerator pointer tag found in symbols.

Rva
UInt32

[In] RVA to use for filtering; ignored if zero.

Returns

[Out] True if the given accelerator tag is valid at the given RVA. If RVA is zero, checks if the tag is valid anywhere including as a dynamically created tag.

Applies to