PutVar
method Writes a value into the filter's buffer at the current buffer
position.
Syntax:
object.PutVar(value, type, size)
Parameters:
value - A variable or expression evaluating to the value
to be written.
type - A numeric constant. Specifies the type of the value
to write. See the type constants. The value
will be converted to that type.
size - Size if applicable for the specified type
(currently meaningful for the strings only)
Remarks:
This method is for low level access to the data contained in the
filter's buffer and as consequence the data in a stream if the filter
is used for low level access to a stream.
Applies to: SFFilter object
Supported on:
Windows 95/NT and later
Windows CE 3.0 and later
Pocket PC/Windows Mobile 2003 and later
Windows CE.NET 4 and later
|