Jump to content

Related changes

Enter a page name to see changes on pages linked to or from that page. (To see members of a category, enter Category:Name of category). Changes to pages on your Watchlist are in bold.

Recent changes options Show last 50 | 100 | 250 | 500 changes in last 1 | 3 | 7 | 14 | 30 days
Hide registered users | Hide anonymous users | Hide my edits | Show bots | Hide minor edits
Show new changes starting from 21:31, 3 September 2025
 
Page name:
List of abbreviations:
N
This edit created a new page (also see list of new pages)
m
This is a minor edit
b
This edit was performed by a bot
(±123)
The page size changed by this number of bytes

3 September 2025

N    00:17  WpSaveString 2 changes history +2,736 [Martini (2×)]
     
00:17 (cur | prev) −19 Martini talk contribs (Related Methods)
N    
00:17 (cur | prev) +2,755 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSaveString}} This instance method is called to allow the object to save an ASCIIZ instance data string. ==Syntax== _wpSaveString(somSelf, pszClass, ulKey, pszValue) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszClass'' (PSZ) - input :Pointer to the class name. :A pointer to a zero-terminated string that contains any unique string....")
N    00:15  WpSaveState 2 changes history +2,446 [Martini (2×)]
     
00:15 (cur | prev) −18 Martini talk contribs (Related Methods)
N    
00:13 (cur | prev) +2,464 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSaveState}} This instance method is called to allow the object to save its state. ==Syntax== _wpSaveState(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== The saved state of the object is restored during th...")
N    00:12  WpSaveLong 2 changes history +2,492 [Martini (2×)]
     
00:12 (cur | prev) −17 Martini talk contribs (Related Methods)
N    
00:12 (cur | prev) +2,509 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSaveLong}} This instance method is called to allow the object to save a 32-bit instance data value. ==Syntax== _wpSaveLong(somSelf, pszClass, ulKey, ulValue) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszClass'' (PSZ) - input :Pointer to the class name. :A pointer to a zero-terminated string that contains any unique string. The cl...")
N    00:10  WpSaveImmediate 2 changes history +3,415 [Martini (2×)]
     
00:10 (cur | prev) −21 Martini talk contribs (Related Methods)
N    
00:09 (cur | prev) +3,436 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSaveImmediate}} This instance method is called to save the current state of an object synchronously. ==Syntax== _wpSaveImmediate(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== This method is called automa...")
N    00:07  WpSaveDeferred diffhist +3,138 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpSaveDeferred}} This instance method saves a given object asynchronously on a separate thread. ==Syntax== _wpSaveDeferred(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== ;''rc'' (BOOL) - returns :Success indicator. ::TRUE: Successful completion. ::FALSE: Error occurred. ==Remarks== This method is invoked by a Workplac...")
N    00:05  WpRestoreString 2 changes history +3,508 [Martini (2×)]
     
00:05 (cur | prev) −22 Martini talk contribs (Related Methods)
N    
00:05 (cur | prev) +3,530 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpRestoreString}} This instance method is called to allow the object to restore an ASCIIZ instance data string. ==Syntax== _wpRestoreString(somSelf, pszClass, ulKey, pszValue, pcbValue) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszClass'' (PSZ) - input :Pointer to the class name. :A pointer to a zero-terminated string that contains...")
N    00:01  WpRestoreLong 2 changes history +2,891 [Martini (2×)]
     
00:01 (cur | prev) −20 Martini talk contribs (Related Methods)
N    
00:01 (cur | prev) +2,911 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpRestoreLong}} This instance method is called to allow the object to restore a 32-bit instance data value. ==Syntax== _wpRestoreLong(somSelf, pszClass, ulKey, pulValue) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszClass'' (PSZ) - input :Pointer to the class name. :A pointer to a zero-terminated string which contains any unique st...")

2 September 2025

N    00:27  WpRestoreData 2 changes history +3,940 [Martini (2×)]
     
00:27 (cur | prev) +452 Martini talk contribs
N    
00:25 (cur | prev) +3,488 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpRestoreData}} This instance method is called to allow the object to **restore its binary instance data**. ==Syntax== _wpRestoreData(somSelf, pszClass, ulKey, pValue, pcbValue) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ;''pszClass'' (PSZ) - input :Pointer to the class name. It is a pointer to a zero-terminated string that contains an...")

1 September 2025

N    18:57  WpInitData diffhist +2,401 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpInitData}} This instance method is called to allow the object to initialize its instance data. ==Syntax== wpInitData(somSelf) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked. :Points to an object of class WPObject. ==Returns== :There is no return value for this method. ==Remarks== This routine is called by the system when the object is created or when it is awakened from the dormant sta...")