Main public logs
Appearance
Combined display of all available logs of EDM2. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 00:48, 9 June 2025 Martini talk contribs created page MMProgRef - Data Stream State Table (Created page with "The following table identifies the data stream states during which a call to certain SPI functions returns an error to the application. Key: ;E:Function returns an error. ;OK:Function can be called. ;N/A:Not applicable. {| class="wikitable" ! SPI Function !! Running State !! Paused State !! Stopped State !! Flush Pending State !! Discard Pending State !! Destroy Pending State !! Pre-rolling State !! Pre-rolled State |- | SpiAssociate || E || E || OK || E || E || E ||...")
- 00:46, 9 June 2025 Martini talk contribs created page MMProgRef - SPI Functions (Created page with "{{MMProgRef}} The Stream Programming Interface (SPI) contains functions exported by the Sync/Stream Manager to support applications that control real-time data streaming. These functions are used to create data streams, associate data objects, and for data streaming and synchronization. SPI functions also enable applications to query and install stream protocols and to query the current stream time. The following table lists the SPI functions: {| class="wikitable" ! F...")
- 00:45, 9 June 2025 Martini talk contribs created page MMProgRef - Real-Time MIDI Functions (Created page with "{{MMProgRef}} The real-time MIDI subsystem (RTMIDI) provides support for handling real-time MIDI operations for applications. The following table describes the RTMIDI functions that are currently supported. All of the RTMIDI functions have MIDIERR_INTERNAL_SYSTEM and MIDIERR_INVALID_PARAMETER as possible returns (with the exception of TimerGetPointer and TimerSleep, which have TIMERERR_INTERNAL_SYSTEM and TIMERERR_INVALID_PARAMETER as possible returns). If MIDIERR_INTER...")
- 00:44, 9 June 2025 Martini talk contribs created page MMProgRef - CODEC Messages (Created page with "{{MMProgRef}} CODEC procedure messages can be sent to a CODEC procedure as a result of an MMIO function call. For example, the MMIOM_CODEC_OPEN message is sent to a CODEC procedure when mmioOpen is called. CODEC procedures can also be loaded and called directly, without using mmioSendMessage. The mmioLoadCODECProc function loads a CODEC procedure and returns the entry point. A call to this entry point with an MMIOM_CODEC_OPEN message returns an HCODEC, which is used to...")
- 00:42, 9 June 2025 Martini talk contribs created page MMProgRef - DIVE Functions (Created page with "{{MMProgRef}} Direct interface video extensions (DIVE) provide optimized blitting performance for motion video subsystems and applications that perform rapid screen updates in the OS/2 PM and full-screen environments. Using the DIVE interface, applications can either write directly to video memory or use the DIVE blitter. The DIVE blitter will take advantage of acceleration hardware when present and applicable to the function being performed. The following table describ...")
- 05:17, 8 June 2025 Martini talk contribs deleted page OS/2 Service Pack XR06055 - Known Problems and Fixes (Reposted by Error. Goes on the OS2World.com/wiki)
- 05:07, 8 June 2025 Martini talk contribs created page Talk:OS/2 Service Pack XR06055 - Known Problems and Fixes (Created page with "Source: https://archive.org/download/os2_94/os2_94.zip/os2_94%2FI17%2FSVCTIP.ZIP")
- 05:06, 8 June 2025 Martini talk contribs moved page OS/2 SERVICE PACK XR06055 - KNOWN PROBLEMS AND FIXES to OS/2 Service Pack XR06055 - Known Problems and Fixes
- 05:06, 8 June 2025 Martini talk contribs created page OS/2 SERVICE PACK XR06055 - KNOWN PROBLEMS AND FIXES (Created page with "= OS/2 Service Pack XR06055 - Known Problems and Fixes = The following is a list of the known problems that can be introduced by installing the OS/2 2.0 Service Pack XR06055. Where possible, a "work around" solution is given for the problem. Most, but not all of these are problems with video adapters and the new video drivers. == 1. Diamond Speedstar Adapter with the Tseng ET4000 Chip == Configuring this adapter for Super VGA (SVGA) and high resolution results in an ou...")
- 04:26, 8 June 2025 Martini talk contribs created page DISK01.SYS (Created page with "DISK01.SYS is an OS/2 disk driver replacement for IDA or IDE models of the COMPAQ ProSignia, COMPAQ SYSTEMPRO/XL, or systems equipped with the 32-bit FAST-SCSI-2 Controller which experience an Error Message #3400 during operating system initialization.")
- 16:31, 30 May 2025 Martini talk contribs created page RX NET (Created page with "RX_NET is primarly a REXX interface to the Domain API published with IBM LAN Server Version 3.0. ;Files :RX_NET.DLL ==Functions== *RXNet_LoadAll *RXNet_DropAll *RX_GetDCName *RX_GetUsers *RX_GetLogonAsn *RX_SetLogonAsn *RX_GetAliases *RX_GetApps *RX_GetAppSel *RX_SetAppSel ==License== *Freeware, source code available *Author:Wolf Duttlinger-Manger ==Links== {[FileLink|RX_NET_1-0b.zip}} Category:REXX Function Library")
- 17:37, 28 May 2025 Martini talk contribs created page Talk:KernPerfSysTrace (Created page with "~~~~ I'm not sure if DevHlp_Perftrace is a typo.")
- 17:35, 28 May 2025 Martini talk contribs created page WpAddDiskDetailsPage (Created page with "{{DISPLAYTITLE:wpAddDiskDetailsPage}} This instance method is called to allow the object to add the '''Details''' page to its Settings notebook. ==Syntax== <pre> _wpAddDiskDetailsPage(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDisk *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDisk. ;''hwndNotebook'' (HWND) - input: Settings notebook handle. ==Returns== ;''rc'' (ULONG) - returns: Page...")
- 17:34, 28 May 2025 Martini talk contribs created page WpAddDeviceMemory1Page (Created page with "{{DISPLAYTITLE:wpAddDeviceMemory1Page}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method is called to allow an object to add the Memory page to the settings notebook. ==Syntax== <pre> _wpAddDeviceMemory1Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDevice *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDevice. ;''hwndNotebook'' (HWND)...")
- 17:33, 28 May 2025 Martini talk contribs created page WpAddDeviceIRQ1Page (Created page with "{{DISPLAYTITLE:wpAddDeviceIRQ1Page}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method is called to allow an object to add the IRQ Level page to the settings notebook. ==Syntax== <pre> _wpAddDeviceIRQ1Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDevice *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDevice. ;''hwndNotebook'' (HWND) -...")
- 17:22, 28 May 2025 Martini talk contribs created page WpAddDeviceIO1Page (Created page with "{{DISPLAYTITLE:wpAddDeviceIO1Page}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method is called to allow an object to add the I/O Ports page to the settings notebook. ==Syntax== <pre> _wpAddDeviceIO1Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDevice *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDevice. ;''hwndNotebook'' (HWND) - in...")
- 17:21, 28 May 2025 Martini talk contribs created page WpAddDeviceDMA1Page (Created page with "{{DISPLAYTITLE:wpAddDeviceDMA1Page}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method is called to allow an object to add the DMA Channel page to the settings notebook. ==Syntax== <pre> _wpAddDeviceDMA1Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDevice *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDevice. ;''hwndNotebook'' (HWND)...")
- 17:20, 28 May 2025 Martini talk contribs created page WpAddDeviceDevice2Page (Created page with "{{DISPLAYTITLE:wpAddDeviceDevice2Page}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method is called to allow an object to add the second Device page to the settings notebook. ==Syntax== <pre> _wpAddDeviceDevice2Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDevice *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDevice. ;''hwndNotebook'' (...")
- 17:19, 28 May 2025 Martini talk contribs created page WpAddDeviceDevice1Page (Created page with "{{DISPLAYTITLE:wpAddDeviceDevice1Page}} This method is specific to Version 4, or higher, of the OS/2 operating system. This instance method is called to allow an object to add the first Device page to the settings notebook. ==Syntax== <pre> _wpAddDeviceDevice1Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDevice *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDevice. ;''hwndNotebook'' (H...")
- 17:19, 28 May 2025 Martini talk contribs created page WpAddDesktopLockup3Page (Created page with "{{DISPLAYTITLE:wpAddDesktopLockup3Page}} This instance method is called to allow the object to add the '''Lockup 3''' page to its Settings notebook. ==Syntax== <pre> _wpAddDesktopLockup3Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDesktop *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDesktop. ;''hwndNotebook'' (HWND) - input: Settings notebook handle. ==Returns== ;''rc'' (ULONG) -...")
- 17:17, 28 May 2025 Martini talk contribs created page WpAddDesktopLockup2Page (Created page with "{{DISPLAYTITLE:wpAddDesktopLockup2Page}} This instance method is called to allow the object to add the '''Lockup 2''' page to its Settings notebook. ==Syntax== <pre> _wpAddDesktopLockup2Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDesktop *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDesktop. ;''hwndNotebook'' (HWND) - input: Settings notebook handle. ==Returns== ;''rc'' (ULONG) -...")
- 17:17, 28 May 2025 Martini talk contribs created page WpAddDesktopLockup1Page (Created page with "{{DISPLAYTITLE:wpAddDesktopLockup1Page}} This instance method is called to allow the object to add the '''Lockup 1''' page to its Settings notebook. ==Syntax== <pre> _wpAddDesktopLockup1Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDesktop *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDesktop. ;''hwndNotebook'' (HWND) - input: Settings notebook handle. ==Returns== ;''rc'' (ULONG) -...")
- 17:16, 28 May 2025 Martini talk contribs created page WpAddDesktopDefDT1Page (Created page with "{{DISPLAYTITLE:wpAddDesktopDefDT1Page}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to allow the object to add the '''Desktop''' page to the Settings notebook. ==Syntax== <pre> _wpAddDesktopDefDT1Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDesktop *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDesktop. ;''hwndNotebook''...")
- 17:15, 28 May 2025 Martini talk contribs created page WpAddDesktopArcRest1Page (Created page with "{{DISPLAYTITLE:wpAddDesktopArcRest1Page}} This method is specific to version 3, or higher, of the OS/2 operating system. This instance method is called to allow the object to add the '''Archive''' page to the Settings notebook. ==Syntax== <pre> _wpAddDesktopArcRest1Page(somSelf, hwndNotebook) </pre> ==Parameters== ;''somSelf'' (WPDesktop *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPDesktop. ;''hwndNoteboo...")
- 15:27, 27 May 2025 Martini talk contribs created page DevHlp ProcRun2 (Created page with "{{DISPLAYTITLE:DevHlp_ProcRun2}} Category:Undocumented Unblock process via procrun2. Referenced on devhlp.inc. Category:DevHlp")
- 22:11, 25 May 2025 Martini talk contribs created page WpclsUnInitData (Created page with "{{DISPLAYTITLE:wpclsUnInitData}} This method is called to allow the class object to free allocated resources. ==Syntax== wpclsUnInitData(somSelf); ==Parameters== ;somSelf (M_WPObject *) - input: Pointer to the WPObject class object. ==Returns== There is no return value for this method. ==Usage== This method is generally called only by the system when the class object is made dormant. The class object is made dormant when the last instance of this class is made do...")
- 22:09, 25 May 2025 Martini talk contribs created page WpclsSetSetting (Created page with "{{DISPLAYTITLE:wpclsSetSetting}} This method sets the class object settings in the Settings notebook. ==Syntax== _wpclsSetSetting(somSelf, pszSetting, pValue); ==Parameters== ;somSelf (M_WPAbstract *) - input: Pointer to the WPAbstract class object. ;pszSetting (PSZ) - input: Name of the setting that is to be set. ;pValue (PVOID) - input: Buffer which contains setting values. ;rc (BOOL) - returns: Success indicator. ::TRUE: Successful completion. ::FALS...")
- 22:07, 25 May 2025 Martini talk contribs created page WpclsSetSettingsPageSize (Created page with "{{DISPLAYTITLE:wpclsSetSettingsPageSize}} This method is specific to version 3, or higher, of the OS/2 operating system. This class method returns the default Settings page size. ==Syntax== _wpclsSetSettingsPageSize(somSelf, pSizel); ==Parameters== ;somSelf (M_WPObject *) - input: Pointer to the WPObject class object. ;pSizel (PSIZEL) - input: Pointer to the structure containing the default width and height of the Settings page. ==Returns== ;rc (BOOL) - r...")
- 22:00, 25 May 2025 Martini talk contribs created page WpclsSetIconData (Created page with "{{DISPLAYTITLE:wpclsSetIconData}} This class method sets the icon information for a given object. Note: This method is available in version 3 or higher of the OS/2 operating system. ==Syntax== _wpclsSetIconData(somSelf, pIconInfo); ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''pIconInfo'' (PICONINFO) - input :Pointer to the icon information structure. ==Returns== ;''rc'' (BOOL) - returns: Success indic...")
- 21:59, 25 May 2025 Martini talk contribs created page WpclsSetIcon (Created page with "{{DISPLAYTITLE:wpclsSetIcon}} This class method sets the icon handle for a given object. Note: This method is available in version 3 or higher of the OS/2 operating system. ==Syntax== <pre> _wpclsSetIcon(somSelf, hptrNewIcon); </pre> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''hptrNewIcon'' (HPOINTER) - input :Icon handle to be set for the object. ==Returns== ;''rc'' (BOOL) - returns: Success indicator....")
- 21:57, 25 May 2025 Martini talk contribs created page WpclsSetError (Created page with "{{DISPLAYTITLE:wpclsSetError}} This class method sets the current error code within a class object. ==Syntax== <pre> rc = _wpclsSetError(somSelf, ulErrorId); </pre> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''ulErrorId'' (ULONG) - input :The error code to store. ==Returns== ;''rc'' (BOOL) - returns: Success indicator. :'''TRUE''' – The error was successfully stored. :'''FALSE''' – The error was not...")
- 21:56, 25 May 2025 Martini talk contribs created page WpclsRemoveObjects (Created page with "{{DISPLAYTITLE:wpclsRemoveObjects}} This class method removes all specified objects from a given container and the in-use list. This method is specific to version 3, or higher, of the OS/2 operating system. ==Syntax== wpclsRemoveObjects(somSelf, hwndCnr, pRecordArray, NumRecords, RemoveAll); ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''hwndCnr'' (HWND) - input :Handle to the container object. ;''pRecordArra...")
- 21:55, 25 May 2025 Martini talk contribs created page WpclsQueryTitle (Created page with "{{DISPLAYTITLE:wpclsQueryTitle}} This method is called to allow the class object to specify the default title for its instances. ==Syntax== _wpclsQueryTitle(somSelf) ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ==Returns== ;''pTitle'' (PSZ) - returns: Pointer to the default title for objects of this class. ==Remarks== The title is used as the default for new instances of this class. Additionally, the title is used...")
- 21:53, 25 May 2025 Martini talk contribs created page WpclsQuerySettingsPageSize (Created page with "{{DISPLAYTITLE:wpclsQuerySettingsPageSize}} This class method returns the default size of a Settings page in dialog units for instances of this object class. ==Syntax== _wpclsQuerySettingsPageSize(somSelf, pSizl) ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''pSizl'' (PSIZEL) - in/out :Pointer to the default Settings page dimensions. A pointer to the SIZEL structure containing the ''cx'' and ''cy'' dimensions of t...")
- 21:53, 25 May 2025 Martini talk contribs created page WpclsQueryStyle (Created page with "{{DISPLAYTITLE:wpclsQueryStyle}} This method is called to allow the class object to specify the default object class style for its instances. ==Syntax== _wpclsQueryStyle(somSelf) ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ==Returns== ;''ulReturn'' (ULONG) - returns: Class style for this object. :;CLSTYLE_DONTTEMPLATE: Do not allow a create-template operation on objects of this class. :;CLSTYLE_NEVERCOPY: Do not allow...")
- 21:47, 25 May 2025 Martini talk contribs created page WpclsQuerySetting (Created page with "{{DISPLAYTITLE:wpclsQuerySetting}} This method returns the class object settings from the Settings notebook. ==Syntax== _wpclsQuerySetting(somSelf, pszSetting, pValue, ulValueLen) ==Parameters== ;'''somSelf''' (M_WPAbstract *) - input :Pointer to the WPAbstract class object. ;'''pszSetting''' (PSZ) - input :Name of the setting that is to be queried. ;'''pValue''' (PVOID) - in/out :Buffer in which settings values are returned. If this parameter is NULL, onl...")
- 21:46, 25 May 2025 Martini talk contribs created page WpclsQueryOpenFolders (Created page with "{{DISPLAYTITLE:wpclsQueryOpenFolders}} This class method enumerates all open folders for the specified class. ==Syntax== _wpclsQueryOpenFolders(somSelf, Folder, ulOption, fLock) ==Parameters== ;'''somSelf''' (M_WPFolder *) - input :Pointer to the WPFolder class object. ;'''Folder''' (WPFolder *) - input :Pointer to a folder object. This field is ignored unless `QC_NEXT` is specified in ''ulOption''. ;'''ulOption''' (ULONG) - input :Flag indicating the folder t...")
- 21:45, 25 May 2025 Martini talk contribs created page WpclsQueryObjectFromPath (Created page with "{{DISPLAYTITLE:wpclsQueryObjectFromPath}} This method is specific to version 3, or higher, of the OS/2 operating system. This class method returns the object pointer for a file or directory. ==Syntax== _wpclsQueryObjectFromPath(somSelf, pszFQPath) ==Parameters== ;'''somSelf''' (M_WPFileSystem *) - input :Pointer to the WPFileSystem class object. ;'''pszFQPath''' (PSZ) - input :String containing the fully qualified path name (or object ID). ;'''pObject''' (WPOb...")
- 21:44, 25 May 2025 Martini talk contribs created page WpclsQueryObjectFromFrame (Created page with "{{DISPLAYTITLE:wpclsQueryObjectFromFrame}} This method is specific to version 3, or higher, of the OS/2 operating system. This class method returns a pointer to the object associated with the specified frame window handle. ==Syntax== _wpclsQueryObjectFromFrame(somSelf, hwndFrame) ==Parameters== ;'''somSelf''' (M_WPDesktop *) - input :Pointer to the WPDesktop class object. ;'''hwndFrame''' (HWND) - input :Handle to the top-level frame window. ;'''Object''' (WPO...")
- 21:42, 25 May 2025 Martini talk contribs created page WpclsQueryObject (Created page with "{{DISPLAYTITLE:wpclsQueryObject}} This class method returns the object pointer for a given persistent object handle. ==Syntax== _wpclsQueryObject(somSelf, hObject) ==Parameters== ;'''somSelf''' (M_WPObject *) - input :Pointer to the WPObject class object. ;'''hObject''' (HOBJECT) - input :Handle for a given object instance. ;'''object''' (WPObject *) - returns :Pointer to the object. The pointer to the object that corresponds to the given object handle or NULL...")
- 21:41, 25 May 2025 Martini talk contribs created page WpclsQueryInstanceType (Created page with "{{DISPLAYTITLE:wpclsQueryInstanceType}} This method is called to allow the class object to specify the file types for instances of its class. ==Syntax== _wpclsQueryInstanceType(somSelf) ==Parameters== ;'''somSelf''' (M_WPFileSystem *) - input :Pointer to the WPFileSystem class object. ;'''psuccess''' (PSZ) - returns :Success indicator. NULL Error occurred. Other A pointer to a string containing file types. This string can contain several file types separated b...")
- 21:40, 25 May 2025 Martini talk contribs created page WpclsQueryInstanceFilter (Created page with "{{DISPLAYTITLE:wpclsQueryInstanceFilter}} This method is called to allow the class object to specify the file title filters for instances of its class. ==Syntax== _wpclsQueryInstanceFilter(somSelf) ==Parameters== ;'''somSelf''' (M_WPFileSystem *) - input :Pointer to the WPFileSystem class object. ;'''psuccess''' (PSZ) - returns :Success indicator. NULL Error occurred. Other A pointer to a string containing file title filters. This string can contain several fi...")
- 21:39, 25 May 2025 Martini talk contribs created page WpclsQueryInstanceClass (Created page with "{{DISPLAYTITLE:wpclsQueryInstanceClass}} This class method returns the name of a class that this object can become. ==Syntax== _wpclsQueryInstanceClass(somSelf) ==Parameters== ;'''somSelf''' (M_WPFileSystem *) - input :Pointer to the WPFileSystem class object. ;'''pszClass''' (PSZ) - returns :String containing the name of the new class for files of this class. ==Returns== ;'''pszClass''' (PSZ) - returns :String containing the name of the new class for fil...")
- 21:38, 25 May 2025 Martini talk contribs created page WpclsQueryIconN (Created page with "{{DISPLAYTITLE:wpclsQueryIconN}} This method is specific to version 3, or higher, of the OS/2 operating system. This method is called to allow the class object to specify the default animation icon to be used for its instances. ==Syntax== _wpclsQueryIconN(somSelf, ulIconIndex) ==Parameters== ;'''somSelf''' (M_WPFolder *) - input :Pointer to the WPFolder class object. ;'''ulIconIndex''' (ULONG) - input :Animation icon index. This value must be 1. ;'''hptr''' ([...")
- 21:37, 25 May 2025 Martini talk contribs created page WpclsQueryIconDataN (Created page with "{{DISPLAYTITLE:wpclsQueryIconDataN}} This class method is specific to version 3, or higher, of the OS/2 operating system. This class method allows the system to build the class default animation icon for a given class. ==Syntax== _wpclsQueryIconDataN(somSelf, pIconInfo, ulcbIconInfo, ulIconIndex) ==Parameters== ;'''somSelf''' (M_WPFolder *) - input :Pointer to the WPFolder class object. ;'''pIconInfo''' (PICONINFO) - input :Pointer to the icon information. ;''...")
- 21:36, 25 May 2025 Martini talk contribs created page PICONINFO (Redirected page to ICONINFO) Tag: New redirect
- 21:35, 25 May 2025 Martini talk contribs created page WpclsQueryIconData (Created page with "{{DISPLAYTITLE:wpclsQueryIconData}} This class method allows the system to build the class default icon for a given class. ==Syntax== _wpclsQueryIconData(somSelf, pIconInfo) ==Parameters== ;'''somSelf''' (M_WPObject *) - input :Pointer to the class object for which you want the class icon data. ;'''pIconInfo''' (PICONINFO) - output :Pointer to a buffer. Pointer to the buffer large enough to contain an ICONINFO data structure followed by the data needed to desc...")
- 21:33, 25 May 2025 Martini talk contribs created page WpclsQueryIcon (Created page with "{{DISPLAYTITLE:wpclsQueryIcon}} This class method is called to allow the class object to specify the default icon to be used for its instances. ==Syntax== _wpclsQueryIcon(somSelf) ==Parameters== ;'''somSelf''' (M_WPObject *) - input :Pointer to the WPObject class object. ;'''hptrSuccess''' (HPOINTER) - returns :Success indicator. NULL Error occurred. Other Handle to an icon. ==Returns== ;'''hptrSuccess''' (HPOINTER) - returns :Success indicator. NULL Erro...")
- 21:32, 25 May 2025 Martini talk contribs created page WpclsQueryFolder (Created page with "{{DISPLAYTITLE:wpclsQueryFolder}} This class method is called to get a pointer to a folder object that corresponds to a given file system location. ==Syntax== _wpclsQueryFolder(somSelf, pLocation, fLock) ==Parameters== ;'''somSelf''' (M_WPObject *) - input :Pointer to the WPObject class object. ;'''pLocation''' (PSZ) - input :Folder location. This value can be in any of the following formats: :* Predefined object IDs of system folders: :* '<WP_NOWHERE>' The hi...")
- 21:31, 25 May 2025 Martini talk contribs created page WpclsQueryExtendedCriteria (Created page with "{{DISPLAYTITLE:wpclsQueryExtendedCriteria}} This class method is called to allow the specified class to specify the extended criteria to be used on a search for instances of this class. ==Syntax== _wpclsQueryExtendedCriteria(somSelf, Title, ulSearchType, ExtendedCriteria) ==Parameters== ;'''somSelf''' (M_WPObject *) - input :Pointer to the WPObject class object. ;'''Title''' (PSZ) - input :Pointer to the title specification for objects to be searched. This tit...")