Definition at line 246 of file threadmgr.cpp.
◆ CEnumTfDocumentMgr()
CEnumTfDocumentMgr::CEnumTfDocumentMgr |
( |
| ) |
|
◆ ~CEnumTfDocumentMgr()
CEnumTfDocumentMgr::~CEnumTfDocumentMgr |
( |
| ) |
|
|
virtual |
◆ Clone()
Definition at line 1301 of file threadmgr.cpp.
1302{
1303 TRACE(
"(%p)\n",
this);
1304
1305 if (!ppEnum)
1307
1309
1313 {
1316 }
1317
1319}
static HRESULT CreateInstance(struct list *head, CEnumTfDocumentMgr **ppOut)
◆ CreateInstance()
◆ Next()
Definition at line 1321 of file threadmgr.cpp.
1325{
1327
1328 TRACE(
"(%p)\n",
this);
1329
1330 if (!rgDocumentMgr)
1332
1333 while (fetched < ulCount)
1334 {
1337 break;
1338
1340 if (!mgrentry)
1341 break;
1342
1343 *rgDocumentMgr = mgrentry->
docmgr;
1344 (*rgDocumentMgr)->
AddRef();
1345
1347 ++fetched;
1348 ++rgDocumentMgr;
1349 }
1350
1351 if (pcFetched)
1352 *pcFetched = fetched;
1354}
__WINE_SERVER_LIST_INLINE struct list * list_next(const struct list *list, const struct list *elem)
◆ QueryInterface()
Definition at line 1271 of file threadmgr.cpp.
1272{
1274
1275 if (iid ==
IID_IUnknown || iid == IID_IEnumTfDocumentMgrs)
1277
1278 if (*ppvObject)
1279 {
1282 }
1283
1286}
◆ Reset()
◆ Skip()
Definition at line 1363 of file threadmgr.cpp.
1364{
1365 TRACE(
"(%p)\n",
this);
1369}
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint i
◆ STDMETHODIMP_() [1/2]
CEnumTfDocumentMgr::STDMETHODIMP_ |
( |
ULONG |
| ) |
|
|
override |
◆ STDMETHODIMP_() [2/2]
CEnumTfDocumentMgr::STDMETHODIMP_ |
( |
ULONG |
| ) |
|
|
override |
◆ m_cRefs
LONG CEnumTfDocumentMgr::m_cRefs |
|
protected |
◆ m_head
◆ m_index
The documentation for this class was generated from the following file: