Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The IWiaDrvItem::GetItemFlags method gets the item flags of the current IWiaDrvItem item.
Syntax
HRESULT GetItemFlags(
LONG *__MIDL__IWiaDrvItem0000
);
Parameters
__MIDL__IWiaDrvItem0000
plFlags [out]
Points to a memory ___location that will receive the item flags.
Return value
If the method succeeds, it places the item flag values in the ___location pointed to by plFlags and returns S_OK. If the pointer plFlags is invalid, the method returns E_INVALIDARG. If the method fails for another reason, it returns a standard COM error code.
Remarks
The method places the current IWiaDrvItem item's flag values in the ___location pointed to by pIFlags. The item's flag values were set when the item was created by the driver services library function wiasCreateDrvItem.
Requirements
Requirement | Value |
---|---|
Target Platform | Desktop |
Header | wiamindr_lh.h (include Wiamindr.h) |