C
BOOL IsValidInt( DWORD* val );
Description
This routine populates and validates the received variable for the data type as "ASN_INT" and the data length for max 4 bytes.
Preconditions
ProcessHeader() or ProcessGetSetHeader() is called.
Parameters
Parameters |
Description |
val |
Pointer to memory where int var value will be stored. |
ReturnValues |
TRUE - If valid integer type and value is received. |
FALSE |
Other than integer data type and value received . |
Remarks
None.