ITfPropertyStore::Serialize method
Syntax
HRESULT Serialize(
[in] IStream *pStream,
[out] ULONG *pcb
);
Parameters
- pStream [in]
-
Pointer to an IStream object that the property store data is written to.
- pcb [out]
-
Pointer to a ULONG value that receives the number of bytes written to the stream.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
One or more parameters are invalid. |
Remarks
The method must not move the stream insertion point before writing to the stream. The method must leave the insertion point at the end of the data written by the method.
Requirements
|
Minimum supported client |
Windows 2000 Professional [desktop apps | Windows Store apps] |
|---|---|
|
Minimum supported server |
Windows 2000 Server [desktop apps | Windows Store apps] |
|
Redistributable |
TSF 1.0 on Windows 2000 Professional |
|
Header |
|
|
IDL |
|
|
DLL |
|