DkmModuleInstanceIsUserCodeAsyncResult Struct

Definition

Result of an asynchronous DkmModuleInstance.IsUserCode call.

public value class DkmModuleInstanceIsUserCodeAsyncResult
public struct DkmModuleInstanceIsUserCodeAsyncResult
type DkmModuleInstanceIsUserCodeAsyncResult = struct
Public Structure DkmModuleInstanceIsUserCodeAsyncResult
Inheritance
DkmModuleInstanceIsUserCodeAsyncResult

Constructors

DkmModuleInstanceIsUserCodeAsyncResult(Boolean)

Creates a new result structure to hold the output from a successful call to DkmModuleInstance.IsUserCode.

Properties

ErrorCode

HRESULT code returned from the caller. This will be DkmExceptionCode.COR_E_OPERATIONCANCELED (0x8013153B) if the operation was canceled before processing was complete.

IsUserCode

True if some or all of the module is user code. False if the entire module is nonuser code.

This API was introduced in Visual Studio 12 RTM (DkmApiVersion.VS12RTM).

Methods

CreateErrorResult(Exception)

Creates a new result structure to hold the error from a failed call to DkmModuleInstance.IsUserCode.

Applies to