PRB: SHGetNameMappingPtr() and SHGetNameMappingCount()
Article ID: 142066
Article Last Modified on 7/11/2005
APPLIES TO
- Microsoft Platform Software Development Kit-January 2000 Edition, when used with:
- Microsoft Visual C++ 2.2
- Microsoft Visual C++ 4.0 Standard Edition
This article was previously published under Q142066
SYMPTOMS
Referencing SHGetNameMappingPtr() or SHGetNameMappingCount() in your
code generates error C2065: 'DSA_GetItemPtr' : undeclared identifier
when building.
CAUSE
These APIs are no longer supported. They being removed from the
documentation and headers for future SDK releases.
MORE INFORMATION
The SHFileOperation() API itself is unaffected by this.
Additional query words: 4.00 2.20 4.40
Keywords: kbprb KB142066