ITfPropertyStore::Clone method
Syntax
HRESULT Clone( [out] ITfPropertyStore **pPropStore );
Parameters
- pPropStore [out]
-
Pointer to an ITfPropertyStore interface pointer that receives the new property store object.
Return value
This method can return one of these values.
| Value | Description |
|---|---|
|
The method was successful. |
|
A memory allocation failure occurred. |
Remarks
This method creates a new property store object and initializes the new object so that it will operate as an exact copy of the original property store object. The new object must be completely independent of the original object.
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 |
|
See also