windows-nt/Source/XPSP1/NT/windows/appcompat/tools/acfileattr/version.h

22 lines
313 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
#ifndef _VERSION_H
#define _VERSION_H
#include "windows.h"
#include "attr.h"
PSTR
QueryVersionEntry(
IN OUT PVERSION_STRUCT pVer,
IN PSTR pszField);
BOOL
InitVersionStruct(
IN OUT PVERSION_STRUCT pVer);
VOID
DeleteVersionStruct(
IN PVERSION_STRUCT pVer);
#endif // _VERSION_H