{"id":68,"date":"1999-09-26T00:00:00","date_gmt":"1999-09-25T15:00:00","guid":{"rendered":"http:\/\/localhost\/blog\/?p=58"},"modified":"2014-08-14T16:23:48","modified_gmt":"2014-08-14T07:23:48","slug":"ole%e3%83%89%e3%83%a9%e3%83%83%e3%82%b0%e3%82%a2%e3%83%b3%e3%83%89%e3%83%89%e3%83%ad%e3%83%83%e3%83%97","status":"publish","type":"post","link":"https:\/\/denasu.com\/blog\/1999\/09\/diary68","title":{"rendered":"OLE\u30c9\u30e9\u30c3\u30b0\u30a2\u30f3\u30c9\u30c9\u30ed\u30c3\u30d7"},"content":{"rendered":"<p>OLE \u30c9\u30e9\u30c3\u30b0\u30a2\u30f3\u30c9\u30c9\u30ed\u30c3\u30d7\u306e\u5b9f\u88c5\u65b9\u6cd5\u3002<a href=\"http:\/\/www.eva.hi-ho.ne.jp\/minoru-f\/software\/kuma_album.html\">\u304f\u307e\u306e\u304a\u3048\u304b\u304d\u30a2\u30eb\u30d0\u30e0<\/a>\u3067\u3082\u3084\u3063\u305f\u304c\uff0c\u3053\u3053\u306b\u3084\u308a\u65b9\u3092\u7c21\u5358\u306b\u66f8\u3044\u3066\u304a\u304f\u3002<\/p>\n<p>OLE \u306e\u521d\u671f\u5316\u306e\u305f\u3081\u306b CWinApp::InitInstance \u306b AfxOleInit() \u3092\u52a0\u3048\u308b\u3002<\/p>\n<p>View \u306b COleDropTarget \u30e1\u30f3\u30d0\u5909\u6570\u3092\u52a0\u3048\uff0cOnInitialUpdate \u306b COleDropTarget::Register(this) \u3092\u52a0\u3048\u308b\u3002<\/p>\n<p>OnLButtonDown<\/p>\n<pre class=\"brush:cpp\">\r\n\/\/ \u30c7\u30fc\u30bf\u3092\u30ad\u30e3\u30c3\u30b7\u30e5\r\nCOleDataSource *pData = CacheData();\r\nif(pData != NULL)\r\n{\r\n    \/\/ \u30c9\u30e9\u30c3\u30b0\u30a2\u30f3\u30c9\u30c9\u30ed\u30c3\u30d7\r\n    DROPEFFECT dropeffect = pData->DoDragDrop(DROPEFFECT_COPY | DROPEFFECT_MOVE);\r\n\r\n    delete pData;\r\n\r\n    if(dropeffect == DROPEFFECT_MOVE)\r\n    {\r\n        \/\/ \u30ab\u30c3\u30c8\r\n    }\r\n}\r\n<\/pre>\n<p>CacheData<\/p>\n<pre class=\"brush:cpp\">\r\nCOleDataSource *pData = new COleDataSource;\r\n\r\n\/\/ \u30b0\u30ed\u30fc\u30d0\u30eb\u30e1\u30e2\u30ea\r\nHGLOBAL hData = ::GlobalAlloc(GMEM_SHARE, 4);\r\n\r\n\/\/ \u30e1\u30e2\u30ea\u306b\u30b3\u30d4\u30fc\r\nchar *pText = (char *)::GlobalLock(hData);\r\nstrcpy(pText, \"abc\");\r\n::GlobalUnlock(hData);\r\n\r\npData->CacheGlobalData(CF_TEXT, hData);\r\n\r\nreturn pData;\r\n<\/pre>\n<p>\u306a\u304a\uff0c<a href=\"http:\/\/www.eva.hi-ho.ne.jp\/minoru-f\/software\/kuma_album.html\">\u304f\u307e\u306e\u304a\u3048\u304b\u304d\u30a2\u30eb\u30d0\u30e0<\/a>\u3067\u306f\u30e6\u30fc\u30b6\u30fc\u5b9a\u7fa9\u306e\u30d5\u30a9\u30fc\u30de\u30c3\u30c8\u3082\u5229\u7528\u3057\u305f\u304c\uff0c\u4eca\u56de\u306f\u3084\u3063\u3066\u306a\u3044\u306e\u3067\u5272\u611b\u3002<\/p>\n<p class=comment># \u3061\u306a\u307f\u306b\u30d5\u30a1\u30a4\u30eb\u3092\u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u306b\u30c9\u30ed\u30c3\u30d7\u3057\u3066\u958b\u304f\uff0c\u3068\u3044\u3046\u306e\u3092\u3084\u308a\u305f\u3044\u304c\uff0c\u672a\u3060\u306b\u3084\u308a\u65b9\u304c\u5206\u304b\u3063\u3066\u306a\u3044\u3002\u3068\u3044\u3046\u304b\u30b7\u30a7\u30eb\u3092\u52c9\u5f37\u3057\u306a\u304d\u3083\u306a\u3089\u306a\u3044\u306e\u3060\u304c\u306a\u304b\u306a\u304b\u672c\u304c\u306a\u304f\u3066\u2026\u3068\u3044\u3046\u611f\u3058\u3002<\/p>\n<p class=comment># \u30b7\u30e7\u30fc\u30c8\u30ab\u30c3\u30c8\u3078\u306e\u30c9\u30ed\u30c3\u30d7\u306f\u305d\u306e\u5f8c\u6210\u529f\u30022000\/05\/03 \u53c2\u7167\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>OLE \u30c9\u30e9\u30c3\u30b0\u30a2\u30f3\u30c9\u30c9\u30ed\u30c3\u30d7\u306e\u5b9f\u88c5\u65b9\u6cd5\u3002\u304f\u307e\u306e\u304a\u3048\u304b\u304d\u30a2\u30eb\u30d0\u30e0\u3067\u3082\u3084\u3063\u305f\u304c\uff0c\u3053\u3053\u306b\u3084\u308a\u65b9\u3092\u7c21\u5358\u306b\u66f8\u3044\u3066\u304a\u304f\u3002 OLE \u306e\u521d\u671f\u5316\u306e\u305f\u3081\u306b CWinApp::InitInstance \u306b AfxOleInit() \u3092\u52a0\u3048\u308b\u3002 View \u306b COleDropTarget \u30e1\u30f3\u30d0\u5909\u6570\u3092\u52a0\u3048\uff0cOnInitialUpdate \u306b COleDropTarget::Register(this) \u3092\u52a0\u3048\u308b\u3002 OnLButtonDown \/\/ \u30c7\u30fc\u30bf\u3092\u30ad\u30e3\u30c3\u30b7\u30e5 COleDataSource *pData = CacheData(); if(pData != NULL) { \/\/ \u30c9\u30e9\u30c3\u30b0\u30a2\u30f3\u30c9\u30c9\u30ed\u30c3\u30d7 DROPEFFECT dropeffect = pData->DoDragDrop(DROPEFFECT_COPY | DROPEFFECT_MOVE); delete pData; if(dropeffect == DROPEFFECT_MOVE) { \/\/ \u30ab\u30c3\u30c8 } } CacheData COleDataSource *pData = new COleDataSource; \/\/ \u30b0\u30ed\u30fc\u30d0\u30eb\u30e1\u30e2\u30ea HGLOBAL hData = [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[2],"tags":[22],"class_list":["post-68","post","type-post","status-publish","format-standard","hentry","category-programming","tag-win32"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p4ZThs-16","_links":{"self":[{"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/posts\/68","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/comments?post=68"}],"version-history":[{"count":3,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/posts\/68\/revisions"}],"predecessor-version":[{"id":2555,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/posts\/68\/revisions\/2555"}],"wp:attachment":[{"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/media?parent=68"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/categories?post=68"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/denasu.com\/blog\/wp-json\/wp\/v2\/tags?post=68"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}