[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
] [
Newsgroup Home
]
[news.eclipse.platform.swt] How to process structs with TCHARs
From
:
Matthew_Hatem@xxxxxxxxxxxxxxxx
Date
: Thu, 10 Jul 2003 16:15:45 +0000 (UTC)
Newsgroups
:
eclipse.platform.swt
Organization
: EclipseCorner
Please forgive me if this is a dumb question:
Is this the standard way to process structs that posess TCHARs? I'm working with a struct that has a few of these and one is of size 256. Is there a better way?
// TCHAR lfFaceName[LF_FACESIZE];
public
char
lfFaceName0, lfFaceName1, lfFaceName2, lfFaceName3,
lfFaceName4, lfFaceName5, lfFaceName6, lfFaceName7,
lfFaceName8, lfFaceName9, lfFaceName10, lfFaceName11,
lfFaceName12, lfFaceName13, lfFaceName14, lfFaceName15,
lfFaceName16, lfFaceName17, lfFaceName18, lfFaceName19,
lfFaceName20, lfFaceName21, lfFaceName22, lfFaceName23,
lfFaceName24, lfFaceName25, lfFaceName26, lfFaceName27,
lfFaceName28, lfFaceName29, lfFaceName30, lfFaceName31;
Follow-Ups
:
[news.eclipse.platform.swt] Re: How to process structs with TCHARs
From:
Steve Northover
Prev by Date:
[news.eclipse.platform.swt] jface.text examples? design principles?
Next by Date:
[news.eclipse.platform.swt] basic framework question
Previous by thread:
[news.eclipse.platform.swt] jface.text examples? design principles?
Next by thread:
[news.eclipse.platform.swt] Re: How to process structs with TCHARs
Index(es):
Date
Thread