SetHasBuffer method
- Last UpdatedJul 22, 2024
- 1 minute read
Sets the HasBuffer property of the attribute.
Class
IAttribute
Syntax
[C#]
void SetHasBuffer(bool hasBuffer);
[Visual C++]
HRESULT SetHasBuffer(
[in] VARIANT_BOOL hasBuffer
);
Parameters
hasBuffer
The new value of the attribute.