STRINGINBUF: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
== STRINGINBUF == | == STRINGINBUF == | ||
Buffer length data. | Buffer length data. | ||
=== Type === | === Type === | ||
[[ULONG]] cb | |||
[[ | ULONG cchIn | ||
==== C Declaration Method ==== | ==== C Declaration Method ==== | ||
typedef struct | typedef struct | ||
=== Fields === | === Fields === | ||
;cb:Length, of the input buffer, in bytes. | |||
;cchIn:Number of bytes returned. | |||
[[Category:Data type]] | |||
[[Category: |
Revision as of 15:30, 11 November 2016
STRINGINBUF
Buffer length data.
Type
ULONG cb ULONG cchIn
C Declaration Method
typedef struct
Fields
- cb
- Length, of the input buffer, in bytes.
- cchIn
- Number of bytes returned.