Q&A

  • uuidof와 같은 델파이 함수는?_?
import // Internet Explorer 4.0x

#import // Internet Explorer 5

#import



Declare an instance of an IShellWindows pointer in your view class:



SHDocVw::IShellWindowsPtr m_spSHWinds;

Create an instance of a ShellWindows object in your view's constructor:

m_spSHWinds.CreateInstance(__uuidof(SHDocVw::ShellWindows));



다음과 갈은 부분을 델루 포팅하려구 하는뎅

uuidof 함수와 CreateInstance에 해당하는 델함수를 못찾겠습니다.

CoCreateInstance라는 함수는 있는데CreateInstance함수는 찾을수가 없네여.



아시는분 있음 간한하게라두 리플좀 달아주세요

글면



0  COMMENTS