|
GoWebScan API
|
| kStatus GoWebScanProfileTileMsg_Construct | ( | GoWebScanProfileTileMsg * | msg, |
| kSize | count, | ||
| kSize | width, | ||
| GoWebScanPipeMsgPool | pool, | ||
| kAlloc | allocator | ||
| ) |
Constructs a GoWebScanProfileTileMsg object.
| msg | Receives the constructed GoWebScanProfileTileMsg object. |
| count | Length of tile in Y-axis (pixels). |
| width | Length of tile in X-axis (pixels). |
| pool | Message pool of GoWebScanProfileTileMsg objects |
| allocator | Memory allocator (or kNULL for default). |