ReactOS 0.4.15-dev-7942-gd23573b
_DYN_FUNCS Struct Reference

#include <internal.h>

Collaboration diagram for _DYN_FUNCS:

Public Attributes

HMODULE hModule
 
union {
   PVOID   foo
 
   struct {
      LPUNKNOWN   pUnkOuter
 
      LPUNKNOWN DWORD   dwClsContext
 
      LPUNKNOWN DWORD REFIID   riid
 
      LPUNKNOWN DWORD REFIID LPVOID *   ppv
 
   } 
 
fn
 

Detailed Description

Definition at line 47 of file internal.h.

Member Data Documentation

◆ dwClsContext

LPUNKNOWN DWORD _DYN_FUNCS::dwClsContext

Definition at line 56 of file internal.h.

◆ 

union { ... } _DYN_FUNCS::fn

◆ foo

PVOID _DYN_FUNCS::foo

Definition at line 52 of file internal.h.

Referenced by LoadDynamicImports().

◆ hModule

HMODULE _DYN_FUNCS::hModule

Definition at line 49 of file internal.h.

Referenced by LoadDynamicImports(), and UnloadDynamicImports().

◆ ppv

LPUNKNOWN DWORD REFIID LPVOID* _DYN_FUNCS::ppv

Definition at line 56 of file internal.h.

◆ pUnkOuter

LPUNKNOWN _DYN_FUNCS::pUnkOuter

Definition at line 56 of file internal.h.

◆ riid

LPUNKNOWN DWORD REFIID _DYN_FUNCS::riid

Definition at line 56 of file internal.h.


The documentation for this struct was generated from the following file: