The SPLITPCREATE structure
The SPLITPCREATE structure is used to comfortably create both a splitpane
and its child panes via the WinCreateSplitPane() API.
It embeds two SPLITPANECHILD for child panes data.
See the
splitpane in standard windows example code
for more details on typical usage.
Structure definition
- SPLITPANECHILD pane1
- embedded SPLITPANECHILD structure to
describe details about the left/top child pane.
- SPLITPANECHILD pane2
- embedded SPLITPANECHILD structure to
describe details about the right/bottom child pane.
- PSPLITCTLDATA pCtlData
- optional address of a SPLITCTLDATA
to initialize the splitpane to non-default values.
- PVOID pPresParams
- optional presentation parameters address.