template <typename TFunction>
void ForeachUnresolvedReferenceLut(
TFunction function
);
template <typename TFunction>
void ForeachUnresolvedReferenceLut(
TFunction * function
);
| ForeachUnresolvedReferenceLut ( TFunction ) | All ResLookupTable objects inside ResGraphicsFile are traversed, and TFunction is applied if a ReferenceLookupTable remains unresolved. |
| ForeachUnresolvedReferenceLut ( TFunction * ) | All ResLookupTable objects inside ResGraphicsFile are traversed, and TFunction is applied if a ReferenceLookupTable remains unresolved. This is a special version of the pointer. |
All ResLookupTable objects inside ResGraphicsFile are traversed, and TFunction is applied if a ReferenceLookupTable remains unresolved.
All ResLookupTable objects inside ResGraphicsFile are traversed, and TFunction is applied if a ReferenceLookupTable remains unresolved. This is a special version of the pointer.
CONFIDENTIAL