LDicomPrintSCU::GetDefaultPullPrintRequestParameters

Summary

Sets the members of the specified PULLPRINTREQUESTPARAMETERS structure to default values.

Syntax

#include "ltdic.h"

L_INT LDicomPrintSCU::GetDefaultPullPrintRequestParameters(pParameters, uStructSize) const

Parameters

pPULLPRINTREQUESTPARAMETERS pParameters

Pointer to a PULLPRINTREQUESTPARAMETERS structure. The function will set the members of this structure to default values.

L_UINT uStructSize

Size of the structure pointed to by pParameters.

Returns

Value Meaning
0 The function was successful.
<> 0 An error occurred. Refer to Return Codes.

Comments

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

Platforms

Win32, x64

See Also

Functions

Topics

Example

For an example, refer to LDicomPrintSCU::CreatePullPrintRequest.

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

LEADTOOLS DICOM C++ Class Library Help

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.