Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-cw
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-cw
Commits
69008be6
Commit
69008be6
authored
Apr 10, 2013
by
Nikolay Sivov
Committed by
Alexandre Julliard
Apr 10, 2013
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
msdaps: Implement IRowsetNotify stub/proxy methods.
parent
3fd07694
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
12 additions
and
12 deletions
+12
-12
usrmarshal.c
dlls/msdaps/usrmarshal.c
+12
-12
No files found.
dlls/msdaps/usrmarshal.c
View file @
69008be6
...
...
@@ -971,39 +971,39 @@ HRESULT __RPC_STUB IDBAsynchStatus_GetStatus_Stub(IDBAsynchStatus* This, HCHAPTE
HRESULT
CALLBACK
IRowsetNotify_OnRowChange_Proxy
(
IRowsetNotify
*
This
,
IRowset
*
rowset
,
DBCOUNTITEM
rows
,
HROW
*
hrows
,
DBREASON
reason
,
DBEVENTPHASE
phase
,
BOOL
cantdeny
)
{
FIXME
(
"(%p)->(%p %ld %p %d %d %d): stub
\n
"
,
This
,
rowset
,
rows
,
hrows
,
reason
,
phase
,
cantdeny
);
return
E_NOTIMPL
;
TRACE
(
"(%p)->(%p %ld %p %d %d %d)
\n
"
,
This
,
rowset
,
rows
,
hrows
,
reason
,
phase
,
cantdeny
);
return
IRowsetNotify_RemoteOnRowChange_Proxy
(
This
,
rowset
,
rows
,
hrows
,
reason
,
phase
,
cantdeny
)
;
}
HRESULT
__RPC_STUB
IRowsetNotify_OnRowChange_Stub
(
IRowsetNotify
*
This
,
IRowset
*
rowset
,
DBCOUNTITEM
rows
,
HROW
*
hrows
,
DBREASON
reason
,
DBEVENTPHASE
phase
,
BOOL
cantdeny
)
{
FIXME
(
"(%p)->(%p %ld %p %d %d %d): stub
\n
"
,
This
,
rowset
,
rows
,
hrows
,
reason
,
phase
,
cantdeny
);
return
E_NOTIMPL
;
TRACE
(
"(%p)->(%p %ld %p %d %d %d)
\n
"
,
This
,
rowset
,
rows
,
hrows
,
reason
,
phase
,
cantdeny
);
return
IRowsetNotify_OnRowChange
(
This
,
rowset
,
rows
,
hrows
,
reason
,
phase
,
cantdeny
)
;
}
HRESULT
CALLBACK
IRowsetNotify_OnFieldChange_Proxy
(
IRowsetNotify
*
This
,
IRowset
*
rowset
,
HROW
row
,
DBORDINAL
ccols
,
DBORDINAL
*
columns
,
DBREASON
reason
,
DBEVENTPHASE
phase
,
BOOL
cantdeny
)
{
FIXME
(
"(%p)->(%p %lx %ld %p %d %d %d): stub
\n
"
,
This
,
rowset
,
row
,
ccols
,
columns
,
reason
,
phase
,
cantdeny
);
return
E_NOTIMPL
;
TRACE
(
"(%p)->(%p %lx %ld %p %d %d %d)
\n
"
,
This
,
rowset
,
row
,
ccols
,
columns
,
reason
,
phase
,
cantdeny
);
return
IRowsetNotify_RemoteOnFieldChange_Proxy
(
This
,
rowset
,
row
,
ccols
,
columns
,
reason
,
phase
,
cantdeny
)
;
}
HRESULT
__RPC_STUB
IRowsetNotify_OnFieldChange_Stub
(
IRowsetNotify
*
This
,
IRowset
*
rowset
,
HROW
row
,
DBORDINAL
ccols
,
DBORDINAL
*
columns
,
DBREASON
reason
,
DBEVENTPHASE
phase
,
BOOL
cantdeny
)
{
FIXME
(
"(%p)->(%p %lx %ld %p %d %d %d): stub
\n
"
,
This
,
rowset
,
row
,
ccols
,
columns
,
reason
,
phase
,
cantdeny
);
return
E_NOTIMPL
;
TRACE
(
"(%p)->(%p %lx %ld %p %d %d %d)
\n
"
,
This
,
rowset
,
row
,
ccols
,
columns
,
reason
,
phase
,
cantdeny
);
return
IRowsetNotify_OnFieldChange
(
This
,
rowset
,
row
,
ccols
,
columns
,
reason
,
phase
,
cantdeny
)
;
}
HRESULT
CALLBACK
IRowsetNotify_OnRowsetChange_Proxy
(
IRowsetNotify
*
This
,
IRowset
*
rowset
,
DBREASON
reason
,
DBEVENTPHASE
phase
,
BOOL
cantdeny
)
{
FIXME
(
"(%p)->(%p %d %d %d): stub
\n
"
,
This
,
rowset
,
reason
,
phase
,
cantdeny
);
return
E_NOTIMPL
;
TRACE
(
"(%p)->(%p %d %d %d)
\n
"
,
This
,
rowset
,
reason
,
phase
,
cantdeny
);
return
IRowsetNotify_RemoteOnRowsetChange_Proxy
(
This
,
rowset
,
reason
,
phase
,
cantdeny
)
;
}
HRESULT
__RPC_STUB
IRowsetNotify_OnRowsetChange_Stub
(
IRowsetNotify
*
This
,
IRowset
*
rowset
,
DBREASON
reason
,
DBEVENTPHASE
phase
,
BOOL
cantdeny
)
{
FIXME
(
"(%p)->(%p %d %d %d): stub
\n
"
,
This
,
rowset
,
reason
,
phase
,
cantdeny
);
return
E_NOTIMPL
;
TRACE
(
"(%p)->(%p %d %d %d)
\n
"
,
This
,
rowset
,
reason
,
phase
,
cantdeny
);
return
IRowsetNotify_OnRowsetChange
(
This
,
rowset
,
reason
,
phase
,
cantdeny
)
;
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment