Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The GetEffectiveProcessorType method returns the effective processor type of the processor of the computer that is running the target.
Syntax
HRESULT GetEffectiveProcessorType(
[out] PULONG Type
);
Parameters
[out] Type
Receives the type of the processor. For possible values, see the Type parameter in GetActualProcessorType.
Return value
This method may also return error values. See Return Values for more details.
Return code | Description |
---|---|
|
The method was successful. |
Remarks
For more information, see Target Information.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | dbgeng.h (include Dbgeng.h) |