This topic has not yet been rated - Rate this topic

SdbFormatAttribute function

Converts the specified attribute data to XML format.

Syntax


BOOL WINAPI SdbFormatAttribute(
  _In_   PATTRINFO pAttrInfo,
  _Out_  LPTSTR pchBuffer,
  _In_   DWORD dwBufferSize
);

Parameters

pAttrInfo [in]

An ATTRINFO structure.

pchBuffer [out]

The output buffer.

dwBufferSize [in]

The size of the pchBuffer buffer, in characters.

Return value

The function returns TRUE on success or FALSE if the buffer is too small or the attribute is not found.

Requirements

Minimum supported client

Windows Vista [desktop apps only]

Minimum supported server

Windows Server 2008 [desktop apps only]

DLL

Apphelp.dll

See also

SdbGetFileAttributes

 

 

Send comments about this topic to Microsoft

Build date: 12/7/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.