ReactOS 0.4.15-dev-8021-g7ce96fd
CIC_IMCC_LOCK< T_DATA > Class Template Reference

#include <cicimc.h>

Inheritance diagram for CIC_IMCC_LOCK< T_DATA >:

Public Member Functions

 CIC_IMCC_LOCK (HIMCC hIMCC)
 

Public Attributes

HIMCC m_hIMCC
 
HRESULT m_hr
 

Protected Attributes

T_DATA * m_pIMCC
 

Detailed Description

template<typename T_DATA>
class CIC_IMCC_LOCK< T_DATA >

Definition at line 25 of file cicimc.h.

Constructor & Destructor Documentation

◆ CIC_IMCC_LOCK()

template<typename T_DATA >
CIC_IMCC_LOCK< T_DATA >::CIC_IMCC_LOCK ( HIMCC  hIMCC)
inline

Definition at line 34 of file cicimc.h.

35 {
36 m_pIMCC = NULL;
37 m_hr = S_OK;
38 m_hIMCC = hIMCC;
39 }
T_DATA * m_pIMCC
Definition: cicimc.h:28
HIMCC m_hIMCC
Definition: cicimc.h:31
HRESULT m_hr
Definition: cicimc.h:32
#define NULL
Definition: types.h:112
#define S_OK
Definition: intsafe.h:52

Member Data Documentation

◆ m_hIMCC

◆ m_hr

◆ m_pIMCC


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