Share via


FbwfGetSizeDisplay

5/10/2007

Returns the size display mode for the current and next session.

Syntax

ULONG WINAPI FbwfGetSizeDisplay(
   PULONG currSession,
   PULONG nextSession
);

Parameters

  • currSession
    [out] Pointer to user-allocated ULONG that is populated with the status of the display mode for the current session. A value of 1 indicates virtual disk size mode and 0 indicates actual disk size mode.
  • nextSession
    [out] Pointer to user-allocated ULONG that is populated with the status of 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 current session.

ERROR_INVALID_PARAMETER

If the currSession or nextSession parameter is NULL.

Remarks

This function returns the size display mode for the current and next session.

Requirements

OS Versions: Windows XP Embedded, WEPOS.

Header: fbwfapi.h.

Link Library: fbwflib.lib.

See Also

Reference

FbwfSetSizeDisplay

Concepts

FBWF API