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 06:46, 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:22  WpRestoreState 2 changes history +3,460 [Martini (2×)]
     
00:22 (cur | prev) −50 Martini talk contribs
N    
00:18 (cur | prev) +3,510 Martini talk contribs (Created page with "{{DISPLAYTITLE:wpRestoreState}} This instance method **restores the state of the object**, which was saved during the processing of the `wpSaveState` method . ==Syntax== _wpRestoreState(somSelf, ulReserved) ==Parameters== ;''somSelf'' (WPObject *) - input :Pointer to the object on which the method is being invoked . :Points to an object of class WPObject . ;''ulReserved'' (ULONG) - input :Reserved value; **must be 0** . ==Returns== ;''rc'' (BOOL) -...")