ReactOS 0.4.15-dev-7924-g5949c20
CShellCommandsLinkedList::SNode Struct Reference
Collaboration diagram for CShellCommandsLinkedList::SNode:

Public Member Functions

 SNode ()
 

Public Attributes

CShellCommandm_pData
 
SNodem_pNext
 

Detailed Description

Definition at line 25 of file ShellCommandsLinkedList.h.

Constructor & Destructor Documentation

◆ SNode()

CShellCommandsLinkedList::SNode::SNode ( )
inline

Definition at line 27 of file ShellCommandsLinkedList.h.

27{m_pNext = NULL;};
#define NULL
Definition: types.h:112

Member Data Documentation

◆ m_pData

CShellCommand* CShellCommandsLinkedList::SNode::m_pData

◆ m_pNext

SNode* CShellCommandsLinkedList::SNode::m_pNext

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