LibreOffice Module store (master) 1
Public Attributes | List of all members
storeFindData Struct Reference

Find Data structure. More...

#include <types.h>

Public Attributes

sal_Unicode m_pszName [STORE_MAXIMUM_NAMESIZE]
 Name. More...
 
sal_Int32 m_nLength
 Name Length. More...
 
sal_uInt32 m_nAttrib
 Attributes. More...
 
sal_uInt32 m_nReserved
 Reserved for internal use. More...
 

Detailed Description

Find Data structure.

See also
store_findFirst()
store_findNext()

Definition at line 104 of file types.h.

Member Data Documentation

◆ m_nAttrib

sal_uInt32 storeFindData::m_nAttrib

Attributes.

See also
store_attrib()

Definition at line 119 of file types.h.

Referenced by store::OStoreDirectory_Impl::iterate().

◆ m_nLength

sal_Int32 storeFindData::m_nLength

Name Length.

See also
m_pszName

Definition at line 114 of file types.h.

Referenced by store::OStoreDirectory_Impl::iterate().

◆ m_nReserved

sal_uInt32 storeFindData::m_nReserved

Reserved for internal use.

Definition at line 123 of file types.h.

Referenced by store::OStoreDirectory_Impl::iterate().

◆ m_pszName

sal_Unicode storeFindData::m_pszName[STORE_MAXIMUM_NAMESIZE]

Name.

See also
m_nLength

Definition at line 109 of file types.h.

Referenced by store::OStoreDirectory_Impl::iterate().


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