#include <oaidl.h>
#include <OW32/OW32Libs.h>
Go to the source code of this file.
Namespaces | |
namespace | OW32 |
Classes | |
class | OW32::CSafeArray |
SAFEARRAY wrapper class. More... | |
Defines | |
#define | DECLARE_ACCESSOR(T) |
Declare an accessor for the given data type. |
|
Value: T* Access##T() \ { \ T* pData; \ HRESULT hr; \ if (FAILED(hr = AccessData(&pData))) \ { \ ::SetLastError(hr); \ return (T *)0; \ } \ return (T *)pData; \ }
|