Add missing documentation for BlCreateStack() routine
Tous les contrôles ont réussi
ci/woodpecker/push/build Pipeline was successful

Cette révision appartient à :
2022-12-21 22:34:59 +01:00
Parent 6c4496f839
révision d158525659
2 fichiers modifiés avec 32 ajouts et 0 suppressions

Voir le fichier

@@ -9,6 +9,22 @@
#include <xtbl.h> #include <xtbl.h>
/**
* Creates and switches to a new stack.
*
* @param StackPtr
* Supplies a pointer to memory area, where the stack will be created.
*
* @param StackSize
* Specifies a size (in bytes) of the new stack.
*
* @param Callback
* Supplies a pointer to a callback function that will be executed on top of new stack.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
VOID VOID
BlCreateStack(IN PVOID *StackPtr, BlCreateStack(IN PVOID *StackPtr,
IN ULONG StackSize, IN ULONG StackSize,

Voir le fichier

@@ -9,6 +9,22 @@
#include <xtbl.h> #include <xtbl.h>
/**
* Creates and switches to a new stack.
*
* @param StackPtr
* Supplies a pointer to memory area, where the stack will be created.
*
* @param StackSize
* Specifies a size (in bytes) of the new stack.
*
* @param Callback
* Supplies a pointer to a callback function that will be executed on top of new stack.
*
* @return This routine does not return any value.
*
* @since XT 1.0
*/
VOID VOID
BlCreateStack(IN PVOID *StackPtr, BlCreateStack(IN PVOID *StackPtr,
IN ULONG StackSize, IN ULONG StackSize,