pszModname (PSZ) - input

      The address of an ASCIIZ name string containing the dynamic link module name. The file-name extension used for dynamic link libraries is .DLL.

    phmod (PHMODULE) - output

      The address of a doubleword in which the handle for the dynamic link module is returned.

    ulrc (APIRET) - returns

      Return Code.

      DosQueryModuleHandle returns one of the following values:

    • NO_ERROR 123
        ERROR_INVALID_NAME
      For a full list of error codes, see Errors.


    [Back] [Next]