Jump to content

STRINGINBUF: Difference between revisions

From EDM2
Anakor (talk | contribs)
New
 
No edit summary
Line 16: Line 16:
  cb    Length, of the input buffer, in bytes.
  cb    Length, of the input buffer, in bytes.
  cchIn  Number of bytes returned.
  cchIn  Number of bytes returned.
[[OS2_API | Back to OS/2 API]]
[[Category:The OS/2 API Project]]

Revision as of 15:10, 1 November 2011

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.


Back to OS/2 API