Searched refs:ImageFileBuffer (Results 1 – 1 of 1) sorted by relevance
418 struct { OBJECT_NAME_INFORMATION; WCHAR Buffer[MAX_PATH]; } ImageFileBuffer; in GetSourcePaths() local419 PUNICODE_STRING InstallSourcePath = &ImageFileBuffer.Name; in GetSourcePaths()426 ImageFileBuffer.Buffer, in GetSourcePaths()427 sizeof(ImageFileBuffer.Buffer)); in GetSourcePaths()428 BufferSize = sizeof(ImageFileBuffer); in GetSourcePaths()440 Ptr = ImageFileBuffer.Buffer + (InstallSourcePath->Length / sizeof(WCHAR)); in GetSourcePaths()441 while ((Ptr > ImageFileBuffer.Buffer) && (*Ptr != OBJ_NAME_PATH_SEPARATOR)) in GetSourcePaths()445 InstallSourcePath->Length = (ULONG_PTR)Ptr - (ULONG_PTR)ImageFileBuffer.Buffer; in GetSourcePaths()