ReactOS 0.4.15-dev-7942-gd23573b
OIDFunctionSet Struct Reference
Collaboration diagram for OIDFunctionSet:

Public Attributes

LPSTR name
 
CRITICAL_SECTION cs
 
struct list functions
 
struct list next
 

Detailed Description

Definition at line 55 of file oid.c.

Member Data Documentation

◆ cs

CRITICAL_SECTION OIDFunctionSet::cs

Definition at line 58 of file oid.c.

Referenced by free_function_sets().

◆ functions

struct list OIDFunctionSet::functions

Definition at line 59 of file oid.c.

Referenced by free_function_sets().

◆ name

LPSTR OIDFunctionSet::name

Definition at line 57 of file oid.c.

Referenced by free_function_sets().

◆ next

struct list OIDFunctionSet::next

Definition at line 60 of file oid.c.

Referenced by free_function_sets().


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