LDicomAssociate::SetUserInfo
#include "ltdic.h"
L_INT LDicomAssociate::SetUserInfo(nIndex, nType, pData, nLength)
L_INT nIndex; |
/* index */ |
L_UCHAR nType; |
/* type */ |
L_CHAR * pData; |
/* user data */ |
L_UINT16 nLength; |
/* length */ |
Sets the specified User-defined item using the specified parameters.
Parameter |
Description |
nIndex |
Index of the User-defined item to be set. |
nType |
Type of the User-defined item. |
pData |
Buffer that contains the data for the specified User-defined item. |
nLength |
Length of the specified User-defined item. |
Returns
0 |
SUCCESS |
>0 |
An error occurred. Refer to Return Codes. |
Comments
For more information about User-defined items, refer to LDicomAssociate::AddUserInfo.
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
Example
For an example, refer to LDicomAssociate::GetUserInfoCount.