Searched refs:plCount (Results 1 – 12 of 12) sorted by relevance
/reactos/dll/win32/shell32/ |
H A D | CFolderItemVerbs.cpp | 109 HRESULT STDMETHODCALLTYPE CFolderItemVerbs::get_Count(LONG *plCount) in get_Count() argument 111 if (!plCount) in get_Count() 113 *plCount = m_count; in get_Count()
|
H A D | CFolderItems.cpp | 205 HRESULT STDMETHODCALLTYPE CFolderItems::get_Count(long *plCount) in get_Count() argument 210 if (!plCount) in get_Count() 229 *plCount = m_Count; in get_Count()
|
H A D | CFolderItemVerbs.h | 73 STDMETHOD(get_Count)(LONG *plCount) override;
|
H A D | CFolderItems.h | 75 STDMETHOD(get_Count)(long *plCount) override;
|
/reactos/modules/rostests/winetests/scrrun/ |
H A D | scrrun.idl | 225 HRESULT Count([out, retval] long* plCount); 453 HRESULT Count([out, retval] long* plCount); 476 HRESULT Count([out, retval] long* plCount);
|
/reactos/dll/win32/scrrun/ |
H A D | scrrun.idl | 225 HRESULT Count([out, retval] long* plCount); 453 HRESULT Count([out, retval] long* plCount); 476 HRESULT Count([out, retval] long* plCount);
|
/reactos/dll/win32/mstask/ |
H A D | task.c | 129 WORD *plCount) in MSTASK_ITask_GetTriggerCount() argument 131 FIXME("(%p, %p): stub\n", iface, plCount); in MSTASK_ITask_GetTriggerCount()
|
/reactos/sdk/include/psdk/ |
H A D | shldisp.idl | 346 HRESULT Count( [out, retval] long *plCount ); 426 HRESULT Count( [out, retval] long *plCount );
|
H A D | mstask.idl | 206 [out] WORD *plCount);
|
H A D | iads.idl | 431 HRESULT Count([out, retval] long* plCount);
|
H A D | exdisp.idl | 912 [propget] HRESULT Count([out, retval] long *plCount);
|
H A D | msinkaut.idl | 331 [out, retval] long* plCount);
|