#include "wave-windows.h"
Go to the source code of this file.
Defines | |
#define | RPC_VALUE(token) case token : DPRINTF(" ...%s", #token ); |
#define | HR_VALUE(token) case token : DPRINTF(" ...%s", #token ); break; |
Functions | |
void | checkRpcStatus (IN RPC_STATUS rpc) |
helper method to print out information about a particular RPC_STATUS code. | |
void | checkHresult (IN HRESULT hr) |
helper method to print out information about a particular HRESULT code. | |
void | writeGuid (IO std::ostream &stream, IN const GUID &guid) |
writes an ANSI version of the GUID to the given stream | |
const char * | getGuidString (IN const GUID &guid, IO char *buffer, IN int bufsize) |
gets GUID as a string and copies as much of it as will fit into the specified buffer. |
#define RPC_VALUE | ( | token | ) | case token : DPRINTF(" ...%s", #token ); |
Definition at line 53 of file wave-windows.cpp.
#define HR_VALUE | ( | token | ) | case token : DPRINTF(" ...%s", #token ); break; |
Definition at line 72 of file wave-windows.cpp.