AJA NTV2 SDK
17.0.1.1246
NTV2 SDK 17.0.1.1246
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
e
j
k
l
m
p
r
s
t
u
w
Functions
e
j
k
l
m
p
r
s
t
u
w
Variables
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Typedefs
Enumerations
Enumerator
b
c
e
g
k
n
r
Related Functions
Files
File List
File Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
Functions
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
r
s
t
u
v
w
x
y
Variables
_
a
b
c
e
f
g
h
i
k
l
m
n
p
r
s
t
u
v
w
Typedefs
_
a
b
c
d
f
h
i
l
m
n
o
p
q
r
s
t
u
w
Enumerations
_
a
b
c
d
e
f
h
i
j
k
m
n
p
q
r
s
t
u
v
x
Enumerator
a
b
c
d
e
f
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
dllmain.cpp
Go to the documentation of this file.
1
/* SPDX-License-Identifier: MIT */
8
#ifdef AJADLL_BUILD
9
10
#include "windows.h"
11
12
extern
"C"
13
BOOL APIENTRY DllMain(
HANDLE
hModule,
14
DWORD ul_reason_for_call,
15
LPVOID lpReserved)
16
{
17
switch
(ul_reason_for_call)
18
{
19
case
DLL_PROCESS_ATTACH:
20
DisableThreadLibraryCalls((HMODULE)hModule);
21
break
;
22
case
DLL_THREAD_ATTACH:
23
break
;
24
case
DLL_THREAD_DETACH:
25
break
;
26
case
DLL_PROCESS_DETACH:
27
break
;
28
default
:
29
break
;
30
}
31
32
return
TRUE;
33
}
34
35
#endif
HANDLE
short HANDLE
Definition:
ajatypes.h:304
libajantv2
ajantv2
src
win
dllmain.cpp
Generated on Tue Oct 1 2024 16:33:55 for AJA NTV2 SDK by
1.8.17