Jump to content

WpInsertSettingsPage: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "This instance method is called to insert a page into the object's Settings notebook. <pre> #define INCL_WINWORKPLACE #include <os2.h> WPObject *somSelf; Pointer to the object on which the method is being invoked.: HWND hwndNotebook; Handle to the Settings notebook.: PPAGEINFO ppageinfo; Pointer to the notebook page information.: ULONG ulPageId; Page identifier for the inserted page.: ulPageId = _wpInsertSettingsPage(somS..."
 
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:wpInsertSettingsPage}}
This instance method is called to insert a page into the object's Settings notebook.
This instance method is called to insert a page into the object's Settings notebook.
<pre>
<pre>

Revision as of 16:33, 1 September 2025


This instance method is called to insert a page into the object's Settings notebook.

#define INCL_WINWORKPLACE
#include <os2.h>

WPObject  *somSelf;       /* Pointer to the object on which the method is being invoked. */
HWND       hwndNotebook;  /* Handle to the Settings notebook. */
PPAGEINFO  ppageinfo;     /* Pointer to the notebook page information. */
ULONG      ulPageId;      /* Page identifier for the inserted page. */

ulPageId = _wpInsertSettingsPage(somSelf, hwndNotebook, ppageinfo);