What is ?
All header's files of sdk 6.1 with
*Interfaces
*structures
*constants
*some macros
Some samples have been added to the zip. (coming first translate.inc)
Just follow the sdk documentation to use it.The sdk say "add this file",add this file,"add this switch",add this switch.
Reports are welcome even if it is to say "just work with My system"
Quote
Two switchs must be added in translate.inc
include sdkddkver.sdk ;define _WIN32_WINNT and _WIN32_IE
;----------------- change NTDDI_WINXPSP3 as needed -----------------
WINVER EQU NTDDI_WINXPSP3
;--------------------------------------------------------------------------
;_WIN32_WINNT,GE,00600h) controles XP < 600h ; vista 600h
_WIN32_WINNT EQU _WIN32_WINNT_WINXP
If bad constants,no controls shown
see windows sdk RC 7
http://www.masm32.com/board/index.php?topic=11531.0