API Documentation

NxCoreAPIDLLFile

The struct NxCoreAPIDLLFile is defined in NxCoreAPI.h as:


struct NxCoreAPIDLLFile {
  char             PathnameStrZ[260];
  int              PathnameLen;
  int              FilenameLen;
  unsigned int     FileAttributes;
  unsigned __int64 FileSize;
  NxDate           BuildDate;
  NxTime           BuildTime;
  unsigned char    verMajor;
  unsigned char    verMinor;
  unsigned short   verBuild;
};

PathnameStrZ

Full path to the DLL

PathnameLen

Length of the full path

FilenameLen

Length of the DLL file name

FileAttributes

File attributes

FileSize

Size of the DLL file

BuildDate

Build date of the DLL

BuildTime

Build time of the DLL

verMajor

Major version of the DLL

verMinor

Minor version of the DLL

verBuild

Build version of the DLL

Example

Example code