From: Kai Neugebauer on
Hi all,

I've written a OEMUI.DLL. The basic code comes from the WINDDK
sample. The values from the gui are stored in the POEMDEV.

VERBOSE(DLLTEXT("UserName :<%s>.\r\n"), ((POEMDEV)pOEMDM)->szUserName);
VERBOSE(DLLTEXT("CostCenter:<%s>.\r\n"), ((POEMDEV)pOEMDM)->szCostCenter);
VERBOSE(DLLTEXT("ColorMode :<%s>.\r\n"), ((POEMDEV)pOEMDM)->bColorMode ?
L"on" : L"off");

I like to find a place in this DLL, where I can verify the values of
POEMDEV.

Greetings
Kai
--
ISO Software Systeme GmbH
Nuremberg / Germany