Jump to content

STRINGINBUF: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
Ak120 (talk | contribs)
mNo edit summary
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
== STRINGINBUF ==
Buffer length data.


Buffer length data.
== Type ==
 
  [[ULONG]]  cb
=== Type ===  
  ULONG  cchIn
 
  [[OS2 API:DataType:ULONG|ULONG]]  cb
  [[OS2 API:DataType:ULONG|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.


cb    Length, of the input buffer, in bytes.
[[Category:Data type]]
cchIn  Number of bytes returned.

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.