Copies at most nLen bytes from obj's string value into lpString, and stores the actual length of the basic string in lpnBytes.
Copy Code
|
|
---|---|
AT_ERRCOUNT ACCUAPI IG_PDF_basstr_get_value ( HIG_PDF_BASOBJ hString, LPBYTE lpString, LONG nLen, LPLONG lpnBytes ); |
Name | Type | Description |
---|---|---|
hString | HIG_PDF_BASOBJ | Object. |
lpString | LPBYTE | The buffer into which the original string value is copied or NULL. |
nLen | LONG | The length of buffer or 0. |
lpnBytes | LPLONG | The length of the original string in bytes. Must be a non-NULL pointer. |
Error count.
This function does not process image pixels.