STRINGINBUF: Difference between revisions
Appearance
No edit summary |
mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
Buffer length data. | |||
== Type == | |||
[[ULONG]] cb | |||
ULONG cchIn | |||
[[ | |||
=== C Declaration Method === | |||
typedef struct | typedef struct | ||
== Fields == | |||
;cb:Length, of the input buffer, in bytes. | |||
;cchIn:Number of bytes returned. | |||
[[Category: | [[Category:Data type]] |
Latest revision as of 01:03, 9 February 2020
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.