WriteInt (Windows CE 5.0)
This function writes an integer to an IStream, encoded as described in Stream Integer Functions.
STDAPI WriteInt(IStream* pIStream,int n);
Parameters
- pIStream
Pointer to an IStream to which the encoded integer is to be written. - n
Integer value to be written.
Return Values
Returns an HRESULT value.
Remarks
The ReadInt function can be used to read the value written by WriteInt.
Requirements
DirectShow applications and DirectShow filters have different include file and link library requirements.
For more information, see Setting Up the Build Environment.
OS Versions: Windows CE 3.0 and later.
Header:
See Also
Send Feedback on this topic to the authors