The IDLLAccessProcess object contains the following methods:
Method List
Name | Description |
---|---|
DefineDLL
|
Returns the
IDefineDLL
object, which is needed to define function types in a DLL. |
DefineType
|
Defines a custom structure type (the structure name and member types) whose instance you will be able to create using the
New
method. |
DefineTypeWithAlignment
|
Defines a custom structure type (the structure name and member types) with the specified alignment. You will be able to create instances of the created type by using the
New
method. |
Load
|
Loads the specified DLL in memory and associates it with the specified
IDefineDLL
object. |
New
|
Creates a custom structure (or an array of structures) whose type is declared by using the DefineType or DefineTypeWithAlignment method. |