Lhaz
読み取り中…
検索中…
一致する文字列を見つけられません
マクロ定義
lhazole.cpp ファイル

OLE Drag and drop [詳解]

#include "lhaz.h"
#include <vector>
#include <oleidl.h>
#include <objidl.h>
#include "mydebug.h"
#include "lhazarc.h"
#include "lhazarcs.h"
#include "lhazif.h"
#include "gui/lhazlistview.h"
#include "lhazole.h"
#include "lhaztab.h"
#include "OleDragDrop.h"

マクロ定義

#define RINOK(x)   { HRESULT __result_ = (x); if (__result_ != S_OK) return __result_; }
 

詳解

OLE Drag and drop

著者
chito.nosp@m.ra48.nosp@m.@gmai.nosp@m.l.co.nosp@m.m

マクロ定義詳解

◆ RINOK

#define RINOK (   x)    { HRESULT __result_ = (x); if (__result_ != S_OK) return __result_; }