Copies at most nBufferLenbytes from object's stream value into lpBuffer, and stores the actual length of the basic string in lpnStreamLen.
Copy Code
|
|
---|---|
AT_ERRCOUNTACCUAPI IG_PDF_basstream_get_value( HIG_PDF_BASOBJ hStream, LPBYTE lpBuffer, LONG nBufferLen, LPLONG lpnStreamLen ); |
Name | Type | Description |
---|---|---|
hStream |
HIG_PDF_BASOBJ |
The Basic stream object. |
lpBuffer |
LPBYTE |
The buffer into which the original stream content is copied or NULL. |
nBufferLen |
LONG |
The length of buffer or 0. |
lpnStreamLen |
LPLONG |
The length of the original stream in bytes. Must be a non-NULL pointer. |
Error count.