-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathrowcursor.h
32 lines (24 loc) · 1.06 KB
/
rowcursor.h
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
#if !defined(AFX_ROWCURSOR_H__0CC0203B_4E1B_439D_A4D3_F36C62E3CE19__INCLUDED_)
#define AFX_ROWCURSOR_H__0CC0203B_4E1B_439D_A4D3_F36C62E3CE19__INCLUDED_
#if _MSC_VER > 1000
#pragma once
#endif // _MSC_VER > 1000
// Machine generated IDispatch wrapper class(es) created by Microsoft Visual C++
// NOTE: Do not modify the contents of this file. If this class is regenerated by
// Microsoft Visual C++, your modifications will be overwritten.
/////////////////////////////////////////////////////////////////////////////
// CRowCursor wrapper class
class CRowCursor : public COleDispatchDriver
{
public:
CRowCursor() {} // Calls COleDispatchDriver default constructor
CRowCursor(LPDISPATCH pDispatch) : COleDispatchDriver(pDispatch) {}
CRowCursor(const CRowCursor& dispatchSrc) : COleDispatchDriver(dispatchSrc) {}
// Attributes
public:
// Operations
public:
};
//{{AFX_INSERT_LOCATION}}
// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
#endif // !defined(AFX_ROWCURSOR_H__0CC0203B_4E1B_439D_A4D3_F36C62E3CE19__INCLUDED_)