IPXV_Inst::AppType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
Line 8: Line 8:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_AppType([out, retval]  ULONG*  TypeFlags);
+
<pre class="brush:cpp;gutter:false">HRESULT get_AppType([out, retval]  ULONG*  nTypeFlags);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_Inst|IPXV_Inst]]
 
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:58, 15 June 2015


Gets current type of application context, see PXV_AppTypeFlags enumeration.

Syntax

HRESULT get_AppType([out, retval]  ULONG*  nTypeFlags);

See Also

IPXV_Inst