#include "LartPage.h"
#include "resource.h"
#include "PropertiesNames.h"
#include "Utils.h"
#include "DirectMXSubPage.h"
#include "PropertySheet.h"
Defines | |
#define | getCurItemData(hwnd) SendMessage(hwnd,CB_GETITEMDATA,(WPARAM)SendMessage(hwnd,CB_GETCURSEL,0,0),0) |
#define | ADDSTRID(hwnd, ids, id, num) |
|
Value: SendMessage(hwnd,CB_ADDSTRING,0,(LPARAM)loadString(ids).c_str());\ SendMessage(hwnd,CB_SETITEMDATA,(WPARAM)num,(LPARAM)id) |
|
|