Share via


WMSDirectoryEntryInfo

banner art

Previous Next

WMSDirectoryEntryInfo

The WMSDirectoryEntryInfo structure contains information about a child element in a directory data container.

Syntax

  
    
  

Members

pstrName

The path for the child. The path can contain the URL scheme. For example, if the path is file://C:\wmpub\wmroot, then file:// is the scheme.

dwFlags

Specifies a value from the WMS_DIRECTORY_ENTRY_FLAGS enumeration type. Currently, this can be only zero or the following value.

Value Description
WMS_DIRECTORY_ENTRY_IS_DIRECTORY The child entry is a directory.

qwSize

Specifies the size of the child element in bytes.

Remarks

The child element of a directory is either a file or another directory.

Requirements

Header: datacontainer.h.

Library: WMSServerTypeLib.dll.

Platform: Windows Server 2003 family, Windows Server 2008 family.

See Also

Previous Next