System32 Function 17 (11h) - Announce Server
Description |
Use this service to announce to System32 that your module is actualy a Server. |
Input |
AL |
17d (11h) |
---|---|
EDI |
Pointer to the 8Byte, zero terminated ModuleID of your module |
ESI |
Pointer to a
zero-terminated string of your ServerType. Example 'VideoCard', 'Nic' etc. |
Output |
AL |
0 if Ok, >0 if error |
---|
Errorcodes |
None |
None |
---|
Notes |
The string you're sending to System32 describing your servertype IS case-sensative, this means that announcing 'VideoCard' and 'Videocard' would result in two different servertypes(not good) |
Development Status |
Working. |