wasapi ~master (2017-02-10T13:57:45Z)
Home
Dub
Repo
ComAutoPtr
wasapi
comutils
Undocumented in source.
version(Windows)
struct
ComAutoPtr (
T
:
IUnknown
) {
T
ptr
;
ComAutoPtr
opAssign
(T value);
~this
();
bool
isNull
[@property getter];
void
clear
();
}
Destructor
~this
~this
()
Undocumented in source.
Alias This
ptr
Members
Functions
clear
void
clear
()
Undocumented in source. Be warned that the author may not have intended to support it.
opAssign
ComAutoPtr
opAssign
(T value)
Undocumented in source. Be warned that the author may not have intended to support it.
Properties
isNull
bool
isNull
[@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
ptr
T
ptr
;
Undocumented in source.
Meta
Source
See Implementation
wasapi
comutils
classes
MMDevice
MMDevices
functions
fromWstringz
getStringProp
getWstringProp
structs
ComAutoPtr
PropVariant
WstrAutoPtr