![[Toc]](../../toc.gif)
![[Index]](/idx.gif)
EXT_CMD_ENDIVE_INIT - Syntax
Description:
EXT_CMD_ENDIVE_INIT is mandatory and is called to initialize the hardware.
The GRADD must determine if the hardware is present.
#include <GRADD.h>
GID gid; /* ID of the GRADD. */
ULONG ulFunction; /* Set equal to EXT_CMD_ENDIVE_INIT. */
PVOID pIn; /* Pointer to an FBINFO data structure. */
PVOID pOut; /* Pointer to an HWEXTENSIONOUT data structure. */
ULONG rc; /* Return codes. */
rc = HWENTRY(gid, ulFunction, pIn, pOut);
Created using Inf-PHP v.2 (c) 2003 Yuri Prokushev
Created using Inf-HTML v.0.9b (c) 1995 Peter Childs