Windows Media Format SDK banner art
PreviousNext

IWMDMLogger::GetSizeParams

The GetSizeParams method retrieves the current size parameters of the current log file.

Syntax

HRESULT GetSizeParams(
  LPDWORD  pdwMaxSize,
  LPDWORD  pdwShrinkToSize
);

Parameters

  pdwMaxSize

[out]  Pointer to a buffer that receives the approximate maximum size of the log file. This parameter can be NULL.

  pdwShrinkToSize

[out]  Pointer to a buffer that receives the approximate size to which the log file will be reduced after it reaches the maximum size. This parameter can be NULL.

Return Values

If the method succeeds, it returns S_OK. If it fails, it returns E_FAIL.

See Also

PreviousNext


© 1999 Microsoft Corporation. All rights reserved.