ITypeInfo2.GetTypeFlags(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns the type flags without any allocations. This method returns a DWORD
type flag, which expands the type flags without growing the TYPEATTR
(type attribute).
public:
void GetTypeFlags([Runtime::InteropServices::Out] int % pTypeFlags);
public void GetTypeFlags (out int pTypeFlags);
abstract member GetTypeFlags : int -> unit
Public Sub GetTypeFlags (ByRef pTypeFlags As Integer)
Parameters
- pTypeFlags
- Int32
When this method returns, contains a DWORD
reference to a TYPEFLAG
. This parameter is passed uninitialized.
Applies to
שתף איתנו פעולה ב- GitHub
ניתן למצוא את המקור לתוכן זה ב- GitHub, שם ניתן גם ליצור ולסקור בעיות ולמשוך בקשות. לקבלת מידע נוסף, עיין במדריך התורמים שלנו.