cmStrStream.h : Added code comments.
This commit is contained in:
parent
7e27581f78
commit
99ad71cddd
@ -18,8 +18,9 @@ extern "C" {
|
|||||||
extern cmStrStreamH_t cmStrStreamNullHandle;
|
extern cmStrStreamH_t cmStrStreamNullHandle;
|
||||||
|
|
||||||
|
|
||||||
|
// If 'dfltBlkByteCnt' 'is set to 0 then the dfltBlkByteCnt is internally set to 4096.
|
||||||
cmSsRC_t cmOStrStreamCreate( cmCtx_t* ctx, cmStrStreamH_t* hp, unsigned dfltBlkByteCnt );
|
cmSsRC_t cmOStrStreamCreate( cmCtx_t* ctx, cmStrStreamH_t* hp, unsigned dfltBlkByteCnt );
|
||||||
cmSsRC_t cmOStrStreamDestroy(cmStrStreamH_t* hp );
|
cmSsRC_t cmOStrStreamDestroy( cmStrStreamH_t* hp );
|
||||||
|
|
||||||
bool cmOStrStreamIsValid( cmStrStreamH_t h );
|
bool cmOStrStreamIsValid( cmStrStreamH_t h );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user