Jump to content

New pages

New pages
Hide registered users | Hide bots | Show redirects
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

9 June 2025

  • 00:4500:45, 9 June 2025 MMProgRef - Real-Time MIDI Functions (hist | edit) [1,923 bytes] Martini (talk | contribs) (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:4400:44, 9 June 2025 MMProgRef - CODEC Messages (hist | edit) [1,790 bytes] Martini (talk | contribs) (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:4200:42, 9 June 2025 MMProgRef - DIVE Functions (hist | edit) [1,689 bytes] Martini (talk | contribs) (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...")

8 June 2025

30 May 2025

  • 16:3116:31, 30 May 2025 RX NET (hist | edit) [429 bytes] Martini (talk | contribs) (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")

28 May 2025

  • 17:3517:35, 28 May 2025 WpAddDiskDetailsPage (hist | edit) [2,053 bytes] Martini (talk | contribs) (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:3417:34, 28 May 2025 WpAddDeviceMemory1Page (hist | edit) [2,161 bytes] Martini (talk | contribs) (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:3317:33, 28 May 2025 WpAddDeviceIRQ1Page (hist | edit) [2,149 bytes] Martini (talk | contribs) (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:2217:22, 28 May 2025 WpAddDeviceIO1Page (hist | edit) [2,143 bytes] Martini (talk | contribs) (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:2117:21, 28 May 2025 WpAddDeviceDMA1Page (hist | edit) [2,153 bytes] Martini (talk | contribs) (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:2017:20, 28 May 2025 WpAddDeviceDevice2Page (hist | edit) [2,175 bytes] Martini (talk | contribs) (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:1917:19, 28 May 2025 WpAddDeviceDevice1Page (hist | edit) [2,173 bytes] Martini (talk | contribs) (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:1917:19, 28 May 2025 WpAddDesktopLockup3Page (hist | edit) [2,086 bytes] Martini (talk | contribs) (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:1717:17, 28 May 2025 WpAddDesktopLockup2Page (hist | edit) [2,086 bytes] Martini (talk | contribs) (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:1717:17, 28 May 2025 WpAddDesktopLockup1Page (hist | edit) [2,080 bytes] Martini (talk | contribs) (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:1617:16, 28 May 2025 WpAddDesktopDefDT1Page (hist | edit) [2,143 bytes] Martini (talk | contribs) (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:1517:15, 28 May 2025 WpAddDesktopArcRest1Page (hist | edit) [2,151 bytes] Martini (talk | contribs) (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...")

27 May 2025

25 May 2025

  • 22:1122:11, 25 May 2025 WpclsUnInitData (hist | edit) [1,512 bytes] Martini (talk | contribs) (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:0922:09, 25 May 2025 WpclsSetSetting (hist | edit) [1,694 bytes] Martini (talk | contribs) (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:0722:07, 25 May 2025 WpclsSetSettingsPageSize (hist | edit) [1,107 bytes] Martini (talk | contribs) (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:0022:00, 25 May 2025 WpclsSetIconData (hist | edit) [1,236 bytes] Martini (talk | contribs) (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:5921:59, 25 May 2025 WpclsSetIcon (hist | edit) [1,332 bytes] Martini (talk | contribs) (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:5721:57, 25 May 2025 WpclsSetError (hist | edit) [2,771 bytes] Martini (talk | contribs) (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:5621:56, 25 May 2025 WpclsRemoveObjects (hist | edit) [1,636 bytes] Martini (talk | contribs) (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:5521:55, 25 May 2025 WpclsQueryTitle (hist | edit) [1,595 bytes] Martini (talk | contribs) (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:5321:53, 25 May 2025 WpclsQuerySettingsPageSize (hist | edit) [2,430 bytes] Martini (talk | contribs) (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:5321:53, 25 May 2025 WpclsQueryStyle (hist | edit) [2,328 bytes] Martini (talk | contribs) (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:4721:47, 25 May 2025 WpclsQuerySetting (hist | edit) [1,644 bytes] Martini (talk | contribs) (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:4621:46, 25 May 2025 WpclsQueryOpenFolders (hist | edit) [1,796 bytes] Martini (talk | contribs) (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:4521:45, 25 May 2025 WpclsQueryObjectFromPath (hist | edit) [1,052 bytes] Martini (talk | contribs) (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:4421:44, 25 May 2025 WpclsQueryObjectFromFrame (hist | edit) [2,003 bytes] Martini (talk | contribs) (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:4221:42, 25 May 2025 WpclsQueryObject (hist | edit) [2,189 bytes] Martini (talk | contribs) (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:4121:41, 25 May 2025 WpclsQueryInstanceType (hist | edit) [2,075 bytes] Martini (talk | contribs) (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:4021:40, 25 May 2025 WpclsQueryInstanceFilter (hist | edit) [2,301 bytes] Martini (talk | contribs) (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:3921:39, 25 May 2025 WpclsQueryInstanceClass (hist | edit) [1,644 bytes] Martini (talk | contribs) (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:3821:38, 25 May 2025 WpclsQueryIconN (hist | edit) [1,321 bytes] Martini (talk | contribs) (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:3721:37, 25 May 2025 WpclsQueryIconDataN (hist | edit) [2,078 bytes] Martini (talk | contribs) (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:3521:35, 25 May 2025 WpclsQueryIconData (hist | edit) [3,549 bytes] Martini (talk | contribs) (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:3321:33, 25 May 2025 WpclsQueryIcon (hist | edit) [1,726 bytes] Martini (talk | contribs) (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:3221:32, 25 May 2025 WpclsQueryFolder (hist | edit) [2,628 bytes] Martini (talk | contribs) (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:3121:31, 25 May 2025 WpclsQueryExtendedCriteria (hist | edit) [1,832 bytes] Martini (talk | contribs) (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...")
  • 21:2821:28, 25 May 2025 WpclsQueryError (hist | edit) [5,126 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpclsQueryError}} This class method queries the current error code held within a class object. ==Syntax== _wpclsQueryError(somSelf) ==Parameters== ;'''somSelf''' (M_WPObject *) - input :Pointer to the WPObject class object. ;'''ulErrorId''' (ULONG) - returns :ID of the last error. Last error that occurred when using this class object. ==Returns== ;'''ulErrorId''' (ULONG) - returns :ID of the last error. Last error that occurred when using this clas...")
  • 21:1821:18, 25 May 2025 WpclsQueryEditString (hist | edit) [689 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpclsQueryEditString}} This method is called to allow the class object to specify the text to be used in the edit pushbutton of the palette object's open view. ==Syntax== <pre> PSZ _wpclsQueryEditString(M_WPPalette *somSelf) </pre> ==Parameters== ;''somSelf'' (M_WPPalette *) - input :Pointer to the WPPalette class object. ==Returns== ;''ppointer'' (PSZ) - returns :Pointer to the edit pushbutton string. ==Usage== This method can be called at...")
  • 21:1521:15, 25 May 2025 WpclsQueryDetailsInfo (hist | edit) [7,019 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpclsQueryDetailsInfo}} This method is called to allow the class object to specify its details to be used for its instances. ==Syntax== <pre> ULONG _wpclsQueryDetailsInfo(M_WPObject *somSelf, PCLASSFIELDINFO pClassFieldInfo, PULONG pSize) </pre> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ;''pClassFieldInfo'' (PCLASSFIELDINFO) - in/out :Pointer to details information. ;''pSize'' (PULONG) - i...")

24 May 2025

  • 23:1223:12, 24 May 2025 WpclsQueryDetails (hist | edit) [1,093 bytes] Martini (talk | contribs) (Created page with "{{DISPLAYTITLE:wpclsQueryDetails}} This class method is called to allow the class object to specify the default details view items for its instances. ==Syntax== <PRE> pReturn = _wpclsQueryDetails(somSelf); </PRE> ==Parameters== ;''somSelf'' (M_WPObject *) - input :Pointer to the WPObject class object. ==Returns== ;''pReturn'' (PCLASSDETAILS) - returns :Success indicator. :{| class="wikitable" ! Value !! Description |- | Non-NULL || Pointer to details infor...")
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)