问问大家关于Directshow
我得到一个pin的属性页,就是
ISpecifyPropertyPages * pSpec;
hr = pCfg->QueryInterface(IID_ISpecifyPropertyPages,(void **)&pSpec);
hr = pSpec->GetPages(&cauuid);
hr = OleCreatePropertyFrame(ghwndApp, 30, 30, NULL, 1,
(IUnknown **)&pCfg, cauuid.cElems,
(GUID *)cauuid.pElems, 0, 0, NULL);
这个对话框上面有确定和取消,如果用户点的取消。我要怎么才能知道?