Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

7 lines
507 B

dnr.c 250 43: cbExtra = FileObject->FileName.Length+LogRootPrefix->Length+2*sizeof(WCHAR);
dnr.c 1134 58: ASSERT(FullName->MaximumLength >= FileName->Length + LogRootPrefix->Length);
dnr.c 1138 10: if ((LogRootPrefix->Length > 0) && (RelatedFile == NULL)) {
dnr.c 1139 41: RtlMoveMemory(FullName->Buffer, LogRootPrefix->Buffer,
dnr.c 1140 23: LogRootPrefix->Length);
dnr.c 1141 28: FullName->Length = LogRootPrefix->Length;
Unable to open 'Length'. File skipped