Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 1094 of file psapi.c.
{ INTERNAL_ENUM_PAGE_FILES_CONTEXT Context; Context.pCallbackRoutine = pCallbackRoutine; Context.lpContext = lpContext; return EnumPageFilesW(InternalAnsiPageFileCallback, &Context); }