The information in this article applies to:
SUMMARY
The ControlData structure documented on page 92 of the "Programmer's
Reference, Volume 4: Resources" manual that comes with the Microsoft
Windows version 3.1 Software Development Kit (SDK) is not complete.
This structure is also not complete in the online Help file (under the
heading "Dialog Box Resource").
cbCreateInfo specifies the number of bytes of additional data that
follows this item's description and precedes the next item's
description (that is, it specifies the length of CreateInfo).
CreateInfo also specifies additional data that the CreateWindow function passes to the WM_CREATE handler of the control (through the lpCreateParams field of the CREATESTRUCT data structure). This field is zero length if cbCreateInfo is zero. MORE INFORMATION
When you are using the Windows 3.1 SDK Dialog Editor and Resource
Compiler to create dialog box templates that are bound to .EXE files,
the cbCreateInfo field is initialized to 0. The only way for an
application to use these fields is to create a dialog box template on
the fly and call one of the following functions: CreateDialogIndirect, CreateDialogIndirectParam, DialogBoxIndirect, or DialogBoxIndirectParam.
Additional query words: 3.10 docerr
Keywords : kbdocfix kb16bitonly kbCtrl kbResource kbSDKPlatform |
Last Reviewed: June 9, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |