Source
xxxxxxxxxx
** You should have received a copy of the GNU General Public License
** along with this program; if not, write to the Free Software
** Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
**/
#ifndef ZABBIX_SYMBOLS_H
#define ZABBIX_SYMBOLS_H
#if defined(_WINDOWS) || defined(__MINGW32__)
#include "sysinc.h"
/* some definitions which are not available on older MS Windows versions */
typedef enum {
/* we only use below values, the rest of enumerated values are omitted here */
zbx_FileBasicInfo = 0,
zbx_FileIdInfo = 18
} ZBX_FILE_INFO_BY_HANDLE_CLASS;
typedef struct {
LARGE_INTEGER CreationTime;
LARGE_INTEGER LastAccessTime;