ReactOS 0.4.16-dev-942-g91fadeb
ScopedFreeLocationItems Struct Reference

#include <shellfind.h>

Collaboration diagram for ScopedFreeLocationItems:

Public Member Functions

 ScopedFreeLocationItems (LOCATIONITEM *ptr)
 
 ~ScopedFreeLocationItems ()
 
void Detach ()
 

Public Attributes

LOCATIONITEMm_ptr
 

Detailed Description

Definition at line 42 of file shellfind.h.

Constructor & Destructor Documentation

◆ ScopedFreeLocationItems()

ScopedFreeLocationItems::ScopedFreeLocationItems ( LOCATIONITEM ptr)
inline

Definition at line 45 of file shellfind.h.

45: m_ptr(ptr) {}
static PVOID ptr
Definition: dispmode.c:27
LOCATIONITEM * m_ptr
Definition: shellfind.h:44

◆ ~ScopedFreeLocationItems()

ScopedFreeLocationItems::~ScopedFreeLocationItems ( )
inline

Definition at line 46 of file shellfind.h.

46{ FreeList(m_ptr); }
void FreeList(LOCATIONITEM *pLI)
Definition: CSearchBar.cpp:92

Member Function Documentation

◆ Detach()

void ScopedFreeLocationItems::Detach ( )
inline

Definition at line 47 of file shellfind.h.

47{ m_ptr = NULL; }
#define NULL
Definition: types.h:112

Referenced by CSearchBar::OnSearchButtonClicked().

Member Data Documentation

◆ m_ptr

LOCATIONITEM* ScopedFreeLocationItems::m_ptr

Definition at line 44 of file shellfind.h.

Referenced by Detach(), and ~ScopedFreeLocationItems().


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