Related changes
Appearance
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.
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
26 November 2025
| N 01:16 | DiveOpen diffhist +2,524 Martini talk contribs (Created page with "{{DISPLAYTITLE:DiveOpen}} This function opens a display engine instance. ==Syntax== _DiveOpen(phDiveInst, fNonScreenInstance, ppFrameBuffer) ==Parameters== ;''phDiveInst'' (HDIVE *) - output :Upon successful open of a DIVE instance, this parameter points to the display engine instance. If there is an error, this parameter is set to NULL and an error is returned as the return code. ;''fNonScreenInstance'' (BOOL) - input :This parameter indicates whether this D...") | ||||
| N 01:14 | DiveDeacquireFrameBuffer diffhist +1,037 Martini talk contribs (Created page with "{{DISPLAYTITLE:DiveDeacquireFrameBuffer}} This function releases exclusive access to the frame buffer. ==Syntax== _DiveDeacquireFrameBuffer(hDiveInst) ==Parameters== ;''hDiveInst'' (HDIVE) - input :Display engine DIVE instance. ==Returns== ;''rc'' (ULONG) - returns :Return codes indicating success or type of failure: :* '''DIVE_SUCCESS''' If the function succeeds, 0 is returned. :* '''DIVE_ERR_DEACQUIRE_FAILED''' The deacquire action did not complete successf...") | ||||
|
|
N 01:11 | HDIVE 2 changes history +62 [Martini (2×)] | |||
|
|
01:11 (cur | prev) 0 Martini talk contribs | ||||
| N |
|
01:10 (cur | prev) +62 Martini talk contribs (Created page with "DIVE instance. typedef ULONG HDIVE; Category:Data Type") | |||
| N 01:07 | DiveBlitImage diffhist +3,273 Martini talk contribs (Created page with "{{DISPLAYTITLE:DiveBlitImage}} This function is called to transfer an image from a source to a destination, using parameters specified by DiveSetupBlitter. The internal operation of this function varies greatly, depending on whether hardware is present; the screen is bank-switched and the image is scaled or clipped. ==Syntax== _DiveBlitImage(hDiveInst, ulSrcBufNumber, ulDstBufNumber) ==Parameters== ;''hDiveInst'' (HDIVE) - input :Display engine DIVE instance....") | ||||