Compartilhar via


FbwfGetSizeDisplay (Standard 7 SP1)

7/8/2014

This function 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

ERROR_SUCCESS

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: Standard 7

Header: Fbwfapi.h

Link Library: Fbwflib.lib

See Also

Reference

FbwfSetSizeDisplay

Concepts

FBWF API