DHookParam.IsNull Method

Checks if a pointer parameter is null.

bool IsNull(int num)

Parameters

int num

Parameter number to check, starting at 1.

Return Value

true if null, false otherwise.

Errors

Non-pointer parameter.