|
GoWebScan API
|
| kStatus GoWebScanProfileBoardMsg_Construct | ( | GoWebScanProfileBoardMsg * | msg, |
| kSize | height, | ||
| kSize | width, | ||
| kAlloc | allocator | ||
| ) |
Constructs a GoWebScanProfileBoardMsg object.
| msg | Receives the constructed GoWebScanProfileBoardMsg object. |
| height | Height of the board data array contained in the message. |
| width | Width of the board data array contained in the message. |
| allocator | Memory allocator (or kNULL for default). |