UNICODE_STRING uniDeviceName;
ULONG ulIndex = 0;
UNICODE_STRING uniRoutine;
- RTL_OSVERSIONINFOW sysVersion;
BOOLEAN bExit = FALSE;
RegistryPath->Buffer,
RegistryPath->Length);
- RtlZeroMemory( &sysVersion,
+ RtlZeroMemory( &AFSRtlSysVersion,
sizeof( RTL_OSVERSIONINFOW));
- sysVersion.dwOSVersionInfoSize = sizeof( RTL_OSVERSIONINFOW);
+ AFSRtlSysVersion.dwOSVersionInfoSize = sizeof( RTL_OSVERSIONINFOW);
- RtlGetVersion( &sysVersion);
+ RtlGetVersion( &AFSRtlSysVersion);
#if 0
//
// Mandatory Labels only exist on those operating systems.
//
- if( sysVersion.dwMajorVersion >= 6)
+ if( AFSRtlSysVersion.dwMajorVersion >= 6)
{
RtlInitUnicodeString( &uniRoutine,
L"RtlSetSaclSecurityDescriptor");