Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

18 lines
308 B

  1. #ifndef __APPLET_LOADER_H
  2. #define __APPLET_LOADER_H
  3. #include "iappldr.h"
  4. typedef struct {
  5. HINSTANCE hLibApplet;
  6. IAppletLoader *pIAppLoader;
  7. APPLET_STATUS eStatus;
  8. int cLoads;
  9. } AppLoaderInfo;
  10. T120Error AppLdr_Initialize(void);
  11. void AppLdr_Shutdown(void);
  12. #endif // __APPLET_LOADER_H