pIOProc (PMMIOPROC) - input

      Indicates a specific entry point of an I/O procedure for which the DLL module handle is to be retrieved. That is, the address of the DLL's entry point, directed to a PMMIOPROC.

    phmodIOProc (PHMODULE) - output

      Pointer to a PHMODULE. Returns the module handle to the DLL.

    rc (ULONG) - returns

      Return codes indicating success or type of failure:

      MMIO_SUCCESS

        If the function succeeds, 0 is returned.
      MMIO_ERROR
        The function failed for a reason different from any of the following returns in this list.
      MMIOERR_INVALID_PARAMETER
        An invalid parameter was passed.
      MMIOERR_INTERNAL_SYSTEM
        An internal system error occurred.


      [Back] [Next]