DelegateIsDefaultInstanceID Delegate

Definition

Represents a value that indicates a default instance ID.

public delegate bool DelegateIsDefaultInstanceID(INST_ID ^ pInstanceID);
public delegate bool DelegateIsDefaultInstanceID(INST_ID pInstanceID);
type DelegateIsDefaultInstanceID = delegate of INST_ID -> bool
Public Delegate Function DelegateIsDefaultInstanceID(pInstanceID As INST_ID) As Boolean 

Parameters

pInstanceID
INST_ID

Receives a pointer to the ID of the monitor.

Return Value

true if it indicates the default instance ID; otherwise, false.

Applies to