SAP 3D Visual Enterprise applications SDK
sDVLLibraryFolderListing Struct Reference

#include <DVLLibrary.h>

Public Attributes

uint16_t m_uSizeOfDVLLibraryFolderListing
 you must set it to sizeof(sDVLLibraryFolderListing) before calling RetrieveFolderListing()
 
uint32_t m_uFilesCount
 
uint32_t m_uFoldersCount
 
char ** m_pFileNames
 
uint64_t * m_pFileSizes
 
char ** m_pFolderNames
 

Detailed Description

This structure is used to retrieve the file list from the library.

Note
You should not initialize any members but m_uSizeOfDVLLibraryFolderListing. RetrieveFolderListing() will initialize all of them (even those that you do not query on)
You need to call ReleaseFolderListing() after each RetrieveFolderListing()

The documentation for this struct was generated from the following file: