AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Functions
a
b
c
e
f
g
h
i
j
k
l
m
o
p
r
s
t
u
v
w
Variables
Typedefs
a
b
c
d
e
f
g
h
i
j
k
m
n
o
p
r
s
t
u
v
Enumerations
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
_
a
b
c
d
e
i
j
k
l
m
n
o
p
r
s
t
u
v
w
Enumerations
Enumerator
b
c
e
g
k
n
r
v
Related Functions
:
a
b
c
d
j
o
s
w
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:315
libajantv2
ajantv2
src
win
dllmain.cpp
Generated on Tue Dec 3 2024 10:26:02 for AJA NTV2 SDK by
1.8.17