foobar2000 SDK  2015-01-14
Public Member Functions | Private Attributes
exception_win32

#include <win-objects.h>

+ Inheritance diagram for exception_win32:

Public Member Functions

 exception_win32 (DWORD p_code)
 
DWORD get_code () const
 

Private Attributes

DWORD m_code
 

Detailed Description

Definition at line 42 of file win-objects.h.

Constructor & Destructor Documentation

exception_win32::exception_win32 ( DWORD  p_code)
inline

Definition at line 43 of file win-objects.h.

43 : std::exception(format_win32_error(p_code)), m_code(p_code) {}
std::exception exception
Definition: primitives.h:193

Member Function Documentation

DWORD exception_win32::get_code ( ) const
inline

Definition at line 44 of file win-objects.h.

44 {return m_code;}

Field Documentation

DWORD exception_win32::m_code
private

Definition at line 46 of file win-objects.h.


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