- Timestamp:
- Nov 12, 1999, 1:00:14 PM (26 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/ole32/bindctx.cpp
r1033 r1711 1 /* $Id: bindctx.cpp,v 1. 1 1999-09-24 21:49:42davidr Exp $ */1 /* $Id: bindctx.cpp,v 1.2 1999-11-12 12:00:14 davidr Exp $ */ 2 2 /* 3 3 * BindCtx implementation … … 35 35 typedef struct BindCtxImpl{ 36 36 37 ICOM_V TABLE(IBindCtx)* lpvtbl; /* VTable relative to the IBindCtx interface.*/37 ICOM_VFIELD(IBindCtx); /* VTable relative to the IBindCtx interface.*/ 38 38 39 39 ULONG ref; /* reference counter for this object */ … … 165 165 166 166 /* Initialize the virtual function table.*/ 167 This->lpvtbl= &VT_BindCtxImpl;167 ICOM_VTBL(This) = &VT_BindCtxImpl; 168 168 This->ref = 0; 169 169
Note:
See TracChangeset
for help on using the changeset viewer.