#include "ltdic.h"
L_INT LDicomPrintSCU::GetDefaultFilmSessionParameters(pParameters, uStructSize) const
pFILMSESSIONPARAMETERS pParameters; |
Film Session parameters |
L_UINT uStructSize; |
size of the structure |
Sets the members of the specified FILMSESSIONPARAMETERS structure to default values.
Parameter |
Description |
pParameters |
Pointer to a FILMSESSIONPARAMETERS structure. The function will set the members of this structure to default values. |
uStructSize |
Size of the structure pointed to by pParameters. |
0 |
The function was successful. |
<> 0 |
An error occurred. Refer to Return Codes. |
The function will set all string members of the structure to NULL and all numeric members (which specify Attributes) to negative values. 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 |
Win32, x64
Functions: |
Class Members, LDicomPrintSCU::CreateFilmSession, LDicomPrintSCU::UpdateFilmSession |
Topics: |
|
|
For an example, refer to LDicomPrintSCU::UpdateImageBox.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET