NWSMUpdateRecordHeader

Updates a record/subrecord's size and CRC information.

Syntax

  #include <smsutapi.h> 
   
  CCODE NWSMUpdateRecordHeader ( 
     NWSM_RECORD_HEADER_INFO  *recordHeaderInfo);
  

Parameters

recordHeaderInfo

(IN/OUT) Points to the record/subrecord to update on input.

Return Values

The following table lists the return values associated with the function.

0x00000000

Successful

Remarks

Call NWSMUpdateRecordHeader after inserting data into a transfer buffer.

See Also

NWSMGetRecordHeaderOnly, NWSMSetNewRecordHeader