Defines | Variables

ap_Win32Dialog_WordCount.cpp File Reference

#include <stdio.h>
#include <windows.h>
#include "ut_string.h"
#include "ut_assert.h"
#include "ut_debugmsg.h"
#include "ut_Win32LocaleString.h"
#include "xap_App.h"
#include "xap_Win32App.h"
#include "xap_Win32FrameImpl.h"
#include "ap_Strings.h"
#include "ap_Dialog_Id.h"
#include "ap_Dialog_WordCount.h"
#include "ap_Win32Dialog_WordCount.h"
#include "ap_Win32Resources.rc2"
#include "ap_Win32App.h"

Defines

#define _DS(c, s)   setDlgItemText(AP_RID_DIALOG_##c,pSS->getValue(AP_STRING_ID_##s))
#define _DSX(c, s)   setDlgItemText(AP_RID_DIALOG_##c,pSS->getValue(XAP_STRING_ID_##s))

Variables

static NUMBERFMTW numberfmt
static wchar_t gszDecSep [16]
static wchar_t gszThSep [16]

Define Documentation

#define _DS (   c,
  s 
)    setDlgItemText(AP_RID_DIALOG_##c,pSS->getValue(AP_STRING_ID_##s))
#define _DSX (   c,
  s 
)    setDlgItemText(AP_RID_DIALOG_##c,pSS->getValue(XAP_STRING_ID_##s))

Variable Documentation

wchar_t gszDecSep[16] [static]
wchar_t gszThSep[16] [static]
NUMBERFMTW numberfmt [static]