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; };
Full path to the DLL
Length of the full path
Length of the DLL file name
File attributes
Size of the DLL file
Build date of the DLL
Build time of the DLL
Major version of the DLL
Minor version of the DLL
Build version of the DLL
Example