FbwfSetSizeDisplay
5/10/2007
Sets the size display mode for the next session.
Syntax
ULONG WINAPI FbwfSetSizeDisplay
(ULONG nextSession
);
Parameters
- nextSession
[in] Display mode for the next session. A value of 1 indicates virtual disk size mode and 0 indicates actual disk size mode.
Return Value
This function may return the following:
Return value | Description |
---|---|
NO_ERROR |
The operation completed successfully. |
ERROR_INVALID_FUNCTION |
If FBWF is disabled for the next session. |
ERROR_INVALID_PARAMETER |
If nextSession is greater than 1. |
Remarks
This function sets the size display mode for the next session. Size display mode 1 indicates the display will be virtual mode, and 0 indicates the display will be actual mode.
Requirements
OS Versions: Windows XP Embedded, WEPOS.
Header: fbwfapi.h.
Link Library: fbwflib.lib.