This topic has not yet been rated - Rate this topic

IDocumentInspector.Fix Method

Office 2007
Performs some action on specific information items or document properties by using a custom Document Inspector module.
Aa433546.vs_note(en-us,office.12).gif  Note
The IDocumentInspector object is for the exclusive use of custom Document Inspector module authors and cannot be used with Visual Basic for Applications (VBA).

Syntax

expression.Fix(Doc, Hwnd, Status, Result)

expression   An expression that returns a IDocumentInspector object.

Parameters

NameRequired/OptionalData TypeDescription
DocRequiredObjectAn object representing the container object.
HwndRequiredLongUnique identifier of the active document window.
StatusRequiredMsoDocInspectorStatusAn enumeration that indicates the status of the action.
ResultRequiredStringContains the results of the action.

Return Value
[HRESULT]

Remarks

MsoDocInspectorStatus members

ConstantValue
msoDocInspectorStatusDocOk0
msoDocInspectorStatusIssueFound1
msoDocInspectorStatusError2



Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.