tTbData

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

dlgID
int dlgID;

a funcItem provides the function pointer to start a dialog. Please parse here these ID

hClient
core.sys.windows.windef.HWND hClient;

client Window Handle

hIconTab
core.sys.windows.windef.HICON hIconTab;

icon for tabs

pszAddInfo
const(core.sys.windows.winnt.WCHAR)* pszAddInfo;

for plugin to display additional informations

pszModuleName
const(core.sys.windows.winnt.WCHAR)* pszModuleName;

it's the plugin file name. It's used to identify the plugin

pszName
const(core.sys.windows.winnt.WCHAR)* pszName;

name of plugin (shown in window)

uMask
core.sys.windows.windef.UINT uMask;

mask params: look to above defines

Meta