This topic has not yet been rated - Rate this topic

IDataCollectorSet::SubdirectoryFormat property

Retrieves or sets flags that describe how to decorate the subdirectory name.

This property is read/write.

Syntax


HRESULT put_SubdirectoryFormat(
  AutoPathFormat Format
);

HRESULT get_SubdirectoryFormat(
  AutoPathFormat *pFormat
);

Property value

Describes how to decorate the subdirectory that you specified in Subdirectory. For possible values, see the AutoPathFormat enumeration. The default is plaNone.

Error codes

The property returns S_OK if successful.

Remarks

PLA appends the decoration to the folder name. For example, if you specify plaMonthDayHour, PLA appends the current month, day, and hour values to the folder name. If the folder name is MyFile, the result could be MyFile110816.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

Header

Pla.h

DLL

Pla.dll

See also

IDataCollectorSet
IDataCollectorSet::Subdirectory
IDataCollectorSet::SubdirectoryFormatPattern

 

 

Send comments about this topic to Microsoft

Build date: 10/26/2012

Community Additions

ADD
© 2013 Microsoft. All rights reserved.