Re: [PATCH 2/2] comdlg32: Add support for customizing control labels in the item dialog.
4 Apr
2011
4 Apr
'11
9:16 a.m.
On 4/4/2011 13:01, David Hedberg wrote:
static HRESULT WINAPI IFileDialog2_fnSetOkButtonLabel(IFileDialog2 *iface, LPCWSTR pszText) { FileDialogImpl *This = impl_from_IFileDialog2(iface); - FIXME("stub - %p (%p)\n", This, pszText); - return E_NOTIMPL; + TRACE("%p (%p)\n", This, pszText); + If you trace text parameter pointer value itself is not very interesting. Why not dumping a string?
5368
Age (days ago)
5368
Last active (days ago)
0 comments
1 participants
participants (1)
-
Nikolay Sivov