Home
last modified time | relevance | path

Searched refs:LastPartialDescriptor (Results 1 – 1 of 1) sorted by relevance

/reactos/sdk/include/reactos/drivers/
H A Dcmreslist.h57 const CM_PARTIAL_RESOURCE_DESCRIPTOR *LastPartialDescriptor; in CmiGetNextResourceDescriptor() local
61 LastPartialDescriptor = &ResourceDescriptor->PartialResourceList.PartialDescriptors[ in CmiGetNextResourceDescriptor()
65 return (PCM_FULL_RESOURCE_DESCRIPTOR)CmiGetNextPartialDescriptor(LastPartialDescriptor); in CmiGetNextResourceDescriptor()