Searched refs:currentPos (Results 1 – 2 of 2) sorted by relevance
71 ULONG currentPos; /* index pointer on the current moniker */ member79 …onikerImpl_CreateEnumMoniker(IMoniker** tabMoniker,ULONG tabSize,ULONG currentPos,BOOL leftToRight…1582 for(i=0;((This->currentPos < This->tabSize) && (i < celt));i++) in EnumMonikerImpl_Next()1584 rgelt[i]=This->tabMoniker[This->currentPos++]; in EnumMonikerImpl_Next()1605 if ((This->currentPos+celt) >= This->tabSize) in EnumMonikerImpl_Skip()1608 This->currentPos+=celt; in EnumMonikerImpl_Skip()1621 This->currentPos=0; in EnumMonikerImpl_Reset()1634 …return EnumMonikerImpl_CreateEnumMoniker(This->tabMoniker,This->tabSize,This->currentPos,TRUE,ppen… in EnumMonikerImpl_Clone()1655 ULONG currentPos, BOOL leftToRight, IEnumMoniker ** ppmk) in EnumMonikerImpl_CreateEnumMoniker() argument1660 if (currentPos > tabSize) in EnumMonikerImpl_CreateEnumMoniker()[all …]
58 LONG currentPos = ftell(handle); in GetSizeOfFile() local