Click here to Skip to main content
15,896,727 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralICommandWithParameters implementation code Pin
hongdongsuk31-Aug-00 0:58
hongdongsuk31-Aug-00 0:58 
Generaloverriding new/delete Pin
Walter Gildersleeve30-Aug-00 21:24
Walter Gildersleeve30-Aug-00 21:24 
GeneralRe: overriding new/delete Pin
Tim Deveaux31-Aug-00 14:00
Tim Deveaux31-Aug-00 14:00 
GeneralRe: overriding new/delete Pin
Tim Deveaux3-Sep-00 3:49
Tim Deveaux3-Sep-00 3:49 
GeneralVB / VC++ question Pin
Danny30-Aug-00 21:17
Danny30-Aug-00 21:17 
GeneralRe: VB / VC++ question Pin
HP31-Aug-00 1:07
HP31-Aug-00 1:07 
GeneralRe: VB / VC++ question Pin
jschacker1-Sep-00 10:45
jschacker1-Sep-00 10:45 
GeneralGet Binary TimeZone Info from Registry Pin
Lynda Brenock30-Aug-00 19:39
sussLynda Brenock30-Aug-00 19:39 
Hi,

I would like to get the TZI key value for a Timezone in the registry so that I can tell when the Daylight Savings Time and Standard Time start.

I'm using RegQueryValueEx to get the value. It returns the size correctly but I've no idea how to parse the DWORD returned to get the date information.

DWORD size = sizeof(DWORD), type = 0, data;

LONG res = RegQueryValueEx(hKey, valueName, NULL, &type, (BYTE*)&data, &size);

TIA

Lynda

GeneralRe: Get Binary TimeZone Info from Registry Pin
HP31-Aug-00 1:00
HP31-Aug-00 1:00 
GeneralRe: Get Binary TimeZone Info from Registry Pin
lynda31-Aug-00 12:04
lynda31-Aug-00 12:04 
GeneralHyperlink Pin
Eq30-Aug-00 18:04
Eq30-Aug-00 18:04 
GeneralRe: Hyperlink Pin
Oleg Zhuk30-Aug-00 22:53
Oleg Zhuk30-Aug-00 22:53 
Generalannoying button border Pin
philippe dykmans29-Aug-00 0:16
philippe dykmans29-Aug-00 0:16 
GeneralRe: annoying button border Pin
philippe dykmans30-Aug-00 23:53
philippe dykmans30-Aug-00 23:53 
Generaltree controls in unicode... Pin
lauren28-Aug-00 21:03
lauren28-Aug-00 21:03 
GeneralCursor pointer color Pin
sunny28-Aug-00 15:54
sunny28-Aug-00 15:54 
GeneralRe: Cursor pointer color Pin
Ezz Khayyat29-Aug-00 3:46
professionalEzz Khayyat29-Aug-00 3:46 
General*** Retriving Rows of Data from Access Tables ** Pin
Steve Lai28-Aug-00 15:40
Steve Lai28-Aug-00 15:40 
GeneralRe: *** Retriving Rows of Data from Access Tables ** Pin
lauren28-Aug-00 21:07
lauren28-Aug-00 21:07 
GeneralRe: *** Retriving Rows of Data from Access Tables ** Pin
Steve Lai29-Aug-00 10:39
Steve Lai29-Aug-00 10:39 
GeneralRe: *** Retriving Rows of Data from Access Tables ** Pin
lauren30-Aug-00 3:09
lauren30-Aug-00 3:09 
GeneralRe: *** Retriving Rows of Data from Access Tables ** Pin
Steve Driessens28-Aug-00 22:28
Steve Driessens28-Aug-00 22:28 
GeneralRe: *** Retriving Rows of Data from Access Tables ** Pin
Steve Driessens28-Aug-00 22:49
Steve Driessens28-Aug-00 22:49 
GeneralRe: *** Retriving Rows of Data from Access Tables ** Pin
Steve Lai29-Aug-00 10:41
Steve Lai29-Aug-00 10:41 
GeneralRe: *** Retriving Rows of Data from Access Tables ** Pin
Steve Driessens29-Aug-00 15:02
Steve Driessens29-Aug-00 15:02 

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.