Searched refs:ustrRsrcSafe (Results 1 – 1 of 1) sorted by relevance
868 UNICODE_STRING ustrModuleSafe, ustrRsrcSafe; in NtUserFindExistingCursorIcon() local888 Status = ProbeAndCaptureUnicodeStringOrAtom(&ustrRsrcSafe, pustrRsrc); in NtUserFindExistingCursorIcon()916 if (IS_INTRESOURCE(CurIcon->strName.Buffer) != IS_INTRESOURCE(ustrRsrcSafe.Buffer)) in NtUserFindExistingCursorIcon()925 if (CurIcon->strName.Buffer == ustrRsrcSafe.Buffer) in NtUserFindExistingCursorIcon()931 else if (RtlCompareUnicodeString(&ustrRsrcSafe, &CurIcon->strName, TRUE) == 0) in NtUserFindExistingCursorIcon()956 if (IS_INTRESOURCE(CurIcon->strName.Buffer) != IS_INTRESOURCE(ustrRsrcSafe.Buffer)) in NtUserFindExistingCursorIcon()964 if (CurIcon->strName.Buffer == ustrRsrcSafe.Buffer) in NtUserFindExistingCursorIcon()970 else if (RtlCompareUnicodeString(&ustrRsrcSafe, &CurIcon->strName, TRUE) == 0) in NtUserFindExistingCursorIcon()984 if (!IS_INTRESOURCE(ustrRsrcSafe.Buffer)) in NtUserFindExistingCursorIcon()985 ExFreePoolWithTag(ustrRsrcSafe.Buffer, TAG_STRING); in NtUserFindExistingCursorIcon()