MASM 5.10 OS2.DOC: OS/2 Call Summary - Module Management

ID Number: Q30809

5.10 | 5.10

MS-DOS | OS/2

Summary:

The following information is from the Microsoft Macro Assembler

Version 5.10 OS2.DOC file.

More Information:

OS/2 Call Summary

Module management constant - INCL_DOSMODULEMGR

@DosLoadModule - Loads a dynamic-link module and assigns it a handle

Parameters - ObjNameBufAdd:PD, ObjNameBufL:W, ModuleName:PZ,

ModuleHandle:PW

@DosFreeModule - Frees a reference to a dynamic-link module

Parameters - ModuleHandle:W

@DosGetProcAddr - Returns the far address of a procedure within a

dynamic-link module

Parameters - ModuleHandle:W, ProcName:PZ, ProcAddress:PD

@DosGetModHandle - Tests whether a specified dynamic-link module is loaded

Parameters - ModuleName:PZ, ModuleHandle:PW

@DosGetModName - Returns the complete pathname of a specified module

Parameters - ModuleHandle:W, BufferLength:W, Buffer:PB