Jump to content

KernUnserialize16BitDD: Difference between revisions

From EDM2
Ak120 (talk | contribs)
mNo edit summary
No edit summary
 
Line 1: Line 1:
This releases a special kernel spinlock.
==Synopsis==
==Synopsis==
VOID APIENTRY KernUnserialize16BitDD(VOID);
VOID APIENTRY KernUnserialize16BitDD(VOID);
==Description==
This releases a special kernel spinlock.


==Parameters==
==Parameters==
Line 9: Line 8:


==Comments==
==Comments==
See comments for KernSerialize16BitDD. This apparently needs to be called after returning from a 16 bit driver.
See comments for [[KernSerialize16BitDD]]. This apparently needs to be called after returning from a 16 bit driver.


[[Category:KEE]]
[[Category:KEE]]

Latest revision as of 19:52, 9 June 2017

This releases a special kernel spinlock.

Synopsis

VOID APIENTRY KernUnserialize16BitDD(VOID);

Parameters

None.

Comments

See comments for KernSerialize16BitDD. This apparently needs to be called after returning from a 16 bit driver.