LdrFindResource_U

NTSTATUS __stdcall LdrFindResource_U(
        VOID *DllHandle,
        UINT64 *ResourceIdPath,
        UINT64 ResourceIdPathLength,
        _IMAGE_RESOURCE_DATA_ENTRY **ResourceDataEntry){
  return LdrpSearchResourceSection_U(DllHandle, ResourceIdPath, ResourceIdPathLength, 0i64, (PVOID *)ResourceDataEntry);
}

Referenced by:

FindBitmapResource
InitBootProcessor