site logo  PsdInstall

HomePage | Categories |* BLOG *| RecentChanges | RecentlyCommented | Login/Register

PSD_INSTALL


PSD_INSTALL keywords Required, Can Block

Description Determine if the PSD supports the current platform.

This function probes the hardware to see if the PSD supports the current platform. No other operations should be executed in this function. It is merely a presence check. This function is the first function called upon loading a PSD. It must store away all the information passed to it in the install structure.

Mode Called in Init Mode; may be called in Kernel Mode.

Entry Pointer to an INSTALL structure.

Exit
NO_ERROR if the PSD installed successfully.
-1 if the PSD does not support the current platform.

Structures
typedef struct install_s {
   P_F_2   pPSDHlpRouter;  (Input)
   char   *pParmString;    (Input)
   void   *pPSDPLMA;       (Input)
   ulong_t sizePLMA;       (Input)
} INSTALL;



Notes This function may be called after OS/2 is finished with initialization by the DosTestPSD API; therefore, the PSD developer must be careful not to use any Init mode only PSD help's in this function.

Return to SMP Programming Addendum Page.

There are no comments on this page. [Add comment]

Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by Wikka Wakka Wiki 1.1.6.7
Page was generated in 0.1999 seconds