Click here to Skip to main content
15,917,645 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: How to avoid the printpreview child-wnd's response to the Esc key? Pin
min_2_max5-Jul-07 22:21
min_2_max5-Jul-07 22:21 
AnswerRe: How to avoid the printpreview child-wnd's response to the Esc key? Pin
CPallini5-Jul-07 20:35
mveCPallini5-Jul-07 20:35 
GeneralRe: How to avoid the printpreview child-wnd's response to the Esc key? Pin
min_2_max5-Jul-07 22:18
min_2_max5-Jul-07 22:18 
GeneralRe: How to avoid the printpreview child-wnd's response to the Esc key? Pin
min_2_max8-Jul-07 17:22
min_2_max8-Jul-07 17:22 
QuestionANSI subclassing works, but Unicode does not Pin
mid=57415-Jul-07 13:03
mid=57415-Jul-07 13:03 
AnswerRe: ANSI subclassing works, but Unicode does not Pin
Mark Salsbery5-Jul-07 14:31
Mark Salsbery5-Jul-07 14:31 
AnswerRe: ANSI subclassing works, but Unicode does not [modified] Pin
mid=57415-Jul-07 14:54
mid=57415-Jul-07 14:54 
QuestionHow big is this structure? Pin
disruptor1085-Jul-07 12:00
disruptor1085-Jul-07 12:00 
Can someone tell me how big the BLUETOOTH_RADIO_INFO struct is? I believe it's 272. I'm trying to convert this into C# and I need to know the size...

typedef struct {<br />
     DWORD dwSize;<br />
     BLUETOOTH_ADDRESS address;<br />
     WCHAR szName[BLUETOOTH_MAX_NAME_SIZE];<br />
     ULONG ulClassofDevice;<br />
     USHORT lmpSubversion;<br />
     USHORT manufacturer;<br />
} BLUETOOTH_RADIO_INFO;<br />
<br />
typedef struct _BLUETOOTH_ADDRESS {<br />
     union {<br />
       BTH_ADDR ullLong;<br />
       BYTE rgBytes[6];<br />
     };<br />
} BLUETOOTH_ADDRESS;<br />
<br />
typedef ULONGLONG BTH_ADDR;<br />
#define BLUETOOTH_MAX_NAME_SIZE             (248)<br />
<br />

AnswerRe: How big is this structure? [modified] Pin
Joe Woodbury5-Jul-07 12:10
professionalJoe Woodbury5-Jul-07 12:10 
AnswerRe: How big is this structure? Pin
Mark Salsbery5-Jul-07 12:11
Mark Salsbery5-Jul-07 12:11 
QuestionVirtual destructors Pin
tom groezer5-Jul-07 9:53
tom groezer5-Jul-07 9:53 
AnswerRe: Virtual destructors Pin
Steve Echols5-Jul-07 10:04
Steve Echols5-Jul-07 10:04 
GeneralRe: Virtual destructors Pin
mid=57416-Jul-07 1:40
mid=57416-Jul-07 1:40 
GeneralRe: Virtual destructors Pin
Steve Echols6-Jul-07 1:59
Steve Echols6-Jul-07 1:59 
AnswerRe: Virtual destructors Pin
David Crow5-Jul-07 10:13
David Crow5-Jul-07 10:13 
AnswerRe: Virtual destructors Pin
Cyrilix5-Jul-07 12:25
Cyrilix5-Jul-07 12:25 
GeneralRe: Virtual destructors Pin
tom groezer5-Jul-07 20:02
tom groezer5-Jul-07 20:02 
GeneralRe: Virtual destructors Pin
mid=57416-Jul-07 1:34
mid=57416-Jul-07 1:34 
GeneralRe: Virtual destructors Pin
David Crow6-Jul-07 2:41
David Crow6-Jul-07 2:41 
QuestionReading text Pin
tom groezer5-Jul-07 9:32
tom groezer5-Jul-07 9:32 
AnswerRe: Reading text Pin
David Crow5-Jul-07 10:15
David Crow5-Jul-07 10:15 
GeneralRe: Reading text Pin
sheshidar5-Jul-07 23:20
sheshidar5-Jul-07 23:20 
GeneralRe: Reading text Pin
Hamid_RT6-Jul-07 1:05
Hamid_RT6-Jul-07 1:05 
GeneralRe: Reading text Pin
David Crow6-Jul-07 2:39
David Crow6-Jul-07 2:39 
QuestionHeapWalk and PROCESS_HEAP_ENTRY_MOVEABLE Pin
Blake Miller5-Jul-07 7:52
Blake Miller5-Jul-07 7:52 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.