STLdoc
STLdocumentation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
Public Member Functions | Static Public Member Functions | List of all members
msclr::_detail::callback_cdecl_void_struct0 Struct Reference

#include <msclr/appdomain.h>

Public Member Functions

 void (__cdecl *func)()
 

Static Public Member Functions

static HRESULT __stdcall callback (void *cookie)
 

Member Function Documentation

static HRESULT __stdcall msclr::_detail::callback_cdecl_void_struct0::callback ( void cookie)
inlinestatic
1396  {
1397  HRESULT hr = E_FAIL;
1398  if (cookie == NULL)
1399  {
1400  return hr;
1401  }
1402  callback_cdecl_void_struct0 *pcs = (callback_cdecl_void_struct0*)cookie;
1403  pcs->func();
1404  hr = S_OK;
1405  return hr;
1406  }
#define S_OK
Definition: comutil.h:62
#define NULL
Definition: corecrt.h:158
msclr::_detail::callback_cdecl_void_struct0::void ( __cdecl *  func)

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