Skip to content

Instantly share code, notes, and snippets.

@kumatti1
Created March 22, 2012 22:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kumatti1/2165075 to your computer and use it in GitHub Desktop.
Save kumatti1/2165075 to your computer and use it in GitHub Desktop.
C++のテスト
#include <windows.h>
void main()
{
//第二引数
LPDWORD pdwTmp = (LPDWORD)nullptr;
//第一引数
LPDISPATCH *ppDisp = (LPDISPATCH*)pdwTmp;
LPDISPATCH pDisp = *ppDisp;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment