描述:
我在看wmencoderSDK时看到这样一句话:
hr = OleCreatePropertyFrame
(
dlg.m_hWnd, // You must create the parent window.
200, // Horizontal position for the dialog box.
200, // Vertical position for the dialog box.
CComBSTR("name"), // String used for the dialog box caption.
1, // Number of pointers passed in pPlugin.
&pPlugin, // Pointer to the plug-in.
uuid.cElems, // Number of property pages.
uuid.pElems, // Array of property page CLSIDs.
LOCALE_USER_DEFAULT, // Locale ID for the dialog box.
0, // Reserved.
NULL // Reserved.
);
不知道是什么意思,查了msdn好像是添加属性页之类的(e文太差),那第一个参数不知道怎么设置,有没有哪位高手能指点一下,谢谢!要是能给个例子,那是最好了。
解决方案1:
父窗口的句柄