Property IsValid
IsValid
Checks if the PayloadHandle value is valid.
Declaration
public bool IsValid { get; }
Property Value
Type | Description |
---|---|
bool | True if valid and false if not |
Remarks
Note this doesn't check if the PayloadHandle actually references a valid Payload buffer or not. An invalid handle typically indicates a Payload allocation failed.
To check if the handle references a valid Payload buffer, call IsPayloadHandleValid(PayloadHandle)