Retrieves a host-defined string that uniquely identifies the current document version. If the related document has changed outside the scope of Windows Script (as in the case of an HTML page being edited with Notepad), the scripting engine can save this along with its persisted state, forcing a recompile the next time the script is loaded.

HRESULT GetDocVersionString(
    BSTR *pbstrVersionString  // address of document version string
);

Parameters

pstrVersionString

[out] Address of the host-defined document version string.

Expand imageReturn Value

Expand imageRemarks

Expand imageSee Also