Created
March 22, 2012 22:21
-
-
Save kumatti1/2165075 to your computer and use it in GitHub Desktop.
C++のテスト
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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