PropertyHandle :: Write - - internal feature (not documented)
Return value: Maximum size of buffer or string ( int32 )
Implementation overview
- - internal feature (not documented)
PropertyHandle :: Write ( datarea, position, len ) - - internal feature (not documented)
PropertyHandle :: Write ( cnbuffer ) - - internal feature (not documented)
PropertyHandle :: Write ( cnbuffer, position, len )
Implementation details
-
- internal feature (not documented)
int32 PropertyHandle  :: Write ( void *datarea, int32 position, int32 len )
- datarea - Data area
- position - Position in the file or area
- len - Maximum size of buffer or string
to list
-
- internal feature (not documented)
int32 PropertyHandle  :: Write ( BBuffer &cnbuffer )
- cnbuffer - - internal feature (not documented)
to list
-
- internal feature (not documented)
int32 PropertyHandle  :: Write ( BBuffer &cnbuffer, int32 position, int32 len )
- cnbuffer - - internal feature (not documented)
- position - Position in the file or area
- len - Maximum size of buffer or string
to list