Web Development
undoc896.asc
Associated article: Undocumented Corner
Tags: Web Development
_Undocumented Corner_
by George Shepherd and Scot Wingo
Listing One
BOOL CParmpropPropPage::GetProtocol(int nChannel)
{
_DParmprop PropDispDriver;
BOOL bSuccess = FALSE;
LPDISPATCH* ppDisp;
ULONG nObjects;
ppDisp = GetObjectArray(&nObjects);
for (ULONG i = 0; i < nObjects; i++) {
PropDispDriver.AttachDispatch(ppDisp[i], FALSE);
...


