Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Not supported.
The ReLayoutDocfileOnILockBytes method is not implemented. If called, it returns STG_E_UNIMPLEMENTEDFUNCTION.
Syntax
HRESULT ReLayoutDocfileOnILockBytes(
[in] ILockBytes *pILockBytes
);
Parameters
[in] pILockBytes
A pointer to the ILockBytes interface on the underlying byte-array object where the compound file is to be rewritten.
Return value
This method returns the following value.
Return code | Description |
---|---|
|
This method is not implemented. |
Remarks
If implemented, it would rewrite the compound file in the byte-array object specified by the caller. It would return S_OK for success or one of the STG_E_* error codes for failure.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 2000 Professional [desktop apps | UWP apps] |
Minimum supported server | Windows 2000 Server [desktop apps | UWP apps] |
Target Platform | Windows |
Header | objidl.h |
Library | Uuid.lib |
DLL | Ole32.dll |