STRICT_TYPED_ITEMIDS is the shell namespace version of the STRICT macro used by USER and GDI
Starting with the Windows Vista PlatformSDK, defining the symbol before including shell header files changes declarations that previously had simply used now use one of various types which are more clear about what type of ID list is being used. Think of it as the macro for the shell. The more precise names emphasize the form of the ID lis...