KernDynamicAPI: Difference between revisions
Appearance
m Ak120 moved page OS2 API:KEE:KernDynamicAPI to KernDynamicAPI |
No edit summary |
||
Line 11: | Line 11: | ||
;sel:Pointer to a variable where the generated GDT gate selector is returned | ;sel:Pointer to a variable where the generated GDT gate selector is returned | ||
[[Category: | [[Category:Kern]] |
Revision as of 02:50, 10 May 2017
Synopsis
APIRET APIENTRY KernDynamicAPI(PVOID addr, ULONG cnt, ULONG dummy, PUSHORT sel);
Description
This is the equivalent of the DevHlp_DynamicAPI function.
Parameters
- addr
- Address of the routine to be called through this gate.
- cnt
- Number of arguments to be copied from user stack to kernel stack
- dummy
- I don't know what this parameter is for. It is not used in the code.
- sel
- Pointer to a variable where the generated GDT gate selector is returned