System32 Function 20 (14h) - Get Server Module

Description
Use this function in combination with function 19d(13h) to get a list of modulenames that are servers of a specific type. If multiple servers were found, in the ideal situation an app should ask the user which module sould serve the server request
Input

AL

20d (14h)

AH

Index

ESI

Pointer to the an area to store 8Bytes for a ModuleID.

EDI

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
System32 will write to the DS:ESI you've passed, if DS in this case is a codesegment, an exception will occure, no checking is performed.
Development Status
Working.

Back