LDicomPrintSCU::GetDefaultImageBoxParameters
#include "ltdic.h"
L_INT LDicomPrintSCU::GetDefaultImageBoxParameters(pParameters, uStructSize) const
pIMAGEBOXPARAMETERS pParameters; |
/* image box parameters */ |
L_UINT uStructSize; |
/* size of the structure */ |
Sets the members of the specified IMAGEBOXPARAMETERS structure to default values.
Parameter |
Description |
pParameters |
Pointer to an IMAGEBOXPARAMETERS structure. The function will set the memebers of this structure to default values. |
uStructSize |
Size of the structure pointed to by pParameters. |
Returns
0 |
The function was successful. |
<> 0 |
An error occurred. Refer to Return Codes. |
Comments
The function will set the nImagePosition member of pParameters to 1. The rest of the numeric members (which specify Attributes) will be set to negative values and all string members will be set to NULL. The member uStructSize will be set to the size of the structure.
Required DLLs and Libraries
LTDIC For a listing of the exact DLLs and Libraries needed, based on the toolkit version, refer to Files To Be Included With Your Application |
See Also
Functions: |
|
Topics: |
|
|
Example
For an example, refer to LDicomPrintSCU::UpdateImageBox.