std.Unknown2Known

This job converts a document without type to a document with the passed type.

1. Input Parameters

Name Type Required Description

Flags

INT

Yes

LOWORD(Flags) = 1:
HIWORD(Flags) = 0 → original module number is determined from HIWORD(dwObjectType)
HIWORD(Flags) ≠ 0 → original module number is determined from HIWORD(Flags)

dwObjectID

INT

Yes

ID of the object

dwObjectType

INT

Yes

Object type to which the document should be converted

2. Return Value

(INT): 0 = Job successful, otherwise error code.