Freigeben über


DkmComponentManager.FindComponentHandle(Guid) Method

Definition

Searches for a component handle based on the Guid. This can be used to subsequent calls to InitializeThreadByHandle and UninitializeThreadByHandle without searching for the component again.

public:
 static IntPtr FindComponentHandle(Guid componentGuid);
public static IntPtr FindComponentHandle (Guid componentGuid);
static member FindComponentHandle : Guid -> nativeint
Public Shared Function FindComponentHandle (componentGuid As Guid) As IntPtr

Parameters

componentGuid
Guid

The component guid to search for.

Returns

IntPtr

nativeint

The component handle that represents the component specified by the Guid.

Applies to