Skip to content

Commit f50f772

Browse files
committed
Move docs to docs-old
1 parent db0da73 commit f50f772

18,290 files changed

Lines changed: 780849 additions & 780849 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

docs/TOC.md renamed to docs-old/TOC.md

Lines changed: 10984 additions & 10984 deletions
Large diffs are not rendered by default.
Lines changed: 85 additions & 85 deletions
Original file line numberDiff line numberDiff line change
@@ -1,85 +1,85 @@
1-
---
2-
title: "_ATL_BASE_MODULE70 Structure"
3-
ms.custom: na
4-
ms.date: "10/14/2016"
5-
ms.prod: "visual-studio-dev14"
6-
ms.reviewer: na
7-
ms.suite: na
8-
ms.technology:
9-
- "devlang-cpp"
10-
ms.tgt_pltfrm: na
11-
ms.topic: "article"
12-
f1_keywords:
13-
- "ATL::_ATL_BASE_MODULE70"
14-
- "ATL._ATL_BASE_MODULE70"
15-
- "_ATL_BASE_MODULE70"
16-
dev_langs:
17-
- "C++"
18-
helpviewer_keywords:
19-
- "ATL_BASE_MODULE70 structure"
20-
- "_ATL_BASE_MODULE70 structure"
21-
ms.assetid: 4539282f-15b8-4d7c-aafa-a85dc56f4980
22-
caps.latest.revision: 11
23-
ms.author: "mblome"
24-
manager: "ghogen"
25-
translation.priority.ht:
26-
- "cs-cz"
27-
- "de-de"
28-
- "es-es"
29-
- "fr-fr"
30-
- "it-it"
31-
- "ja-jp"
32-
- "ko-kr"
33-
- "pl-pl"
34-
- "pt-br"
35-
- "ru-ru"
36-
- "tr-tr"
37-
- "zh-cn"
38-
- "zh-tw"
39-
---
40-
# _ATL_BASE_MODULE70 Structure
41-
Used by any project that uses ATL.
42-
43-
## Syntax
44-
45-
```
46-
struct _ATL_BASE_MODULE70{ UINT cbSize; HINSTANCE m_hInst; HINSTANCE m_hInstResource; bool m_bNT5orWin98; DWORD dwAtlBuildVer;
47-
GUID* pguidVer; CRITICAL_SECTION m_csResource;
48-
CSimpleArray<HINSTANCE> m_rgResourceInstance;
49-
};
50-
```
51-
52-
## Members
53-
`cbSize`
54-
The size of the structure, used for versioning.
55-
56-
`m_hInst`
57-
The **hInstance** for this module (either exe or dll).
58-
59-
`m_hInstResource`
60-
Default instance resource handle.
61-
62-
**m_bNT5orWin98**
63-
Operating system version information. Used internally by ATL.
64-
65-
**dwAtlBuildVer**
66-
Stores the version of ATL. Currently 0x0700.
67-
68-
**pguidVer**
69-
ATL's internal GUID.
70-
71-
**m_csResource**
72-
Used to synchronize access to the **m_rgResourceInstance** array. Used internally by ATL.
73-
74-
**m_rgResourceInstance**
75-
Array used to search for resources in all the resource instances of which ATL is aware. Used internally by ATL.
76-
77-
## Remarks
78-
[_ATL_BASE_MODULE](../Topic/_ATL_BASE_MODULE.md) is defined as a typedef of `_ATL_BASE_MODULE70`.
79-
80-
## Requirements
81-
**Header:** atlcore.h
82-
83-
## See Also
84-
[Structures](../atl/atl-structures.md)
85-
1+
---
2+
title: "_ATL_BASE_MODULE70 Structure"
3+
ms.custom: na
4+
ms.date: "10/14/2016"
5+
ms.prod: "visual-studio-dev14"
6+
ms.reviewer: na
7+
ms.suite: na
8+
ms.technology:
9+
- "devlang-cpp"
10+
ms.tgt_pltfrm: na
11+
ms.topic: "article"
12+
f1_keywords:
13+
- "ATL::_ATL_BASE_MODULE70"
14+
- "ATL._ATL_BASE_MODULE70"
15+
- "_ATL_BASE_MODULE70"
16+
dev_langs:
17+
- "C++"
18+
helpviewer_keywords:
19+
- "ATL_BASE_MODULE70 structure"
20+
- "_ATL_BASE_MODULE70 structure"
21+
ms.assetid: 4539282f-15b8-4d7c-aafa-a85dc56f4980
22+
caps.latest.revision: 11
23+
ms.author: "mblome"
24+
manager: "ghogen"
25+
translation.priority.ht:
26+
- "cs-cz"
27+
- "de-de"
28+
- "es-es"
29+
- "fr-fr"
30+
- "it-it"
31+
- "ja-jp"
32+
- "ko-kr"
33+
- "pl-pl"
34+
- "pt-br"
35+
- "ru-ru"
36+
- "tr-tr"
37+
- "zh-cn"
38+
- "zh-tw"
39+
---
40+
# _ATL_BASE_MODULE70 Structure
41+
Used by any project that uses ATL.
42+
43+
## Syntax
44+
45+
```
46+
struct _ATL_BASE_MODULE70{ UINT cbSize; HINSTANCE m_hInst; HINSTANCE m_hInstResource; bool m_bNT5orWin98; DWORD dwAtlBuildVer;
47+
GUID* pguidVer; CRITICAL_SECTION m_csResource;
48+
CSimpleArray<HINSTANCE> m_rgResourceInstance;
49+
};
50+
```
51+
52+
## Members
53+
`cbSize`
54+
The size of the structure, used for versioning.
55+
56+
`m_hInst`
57+
The **hInstance** for this module (either exe or dll).
58+
59+
`m_hInstResource`
60+
Default instance resource handle.
61+
62+
**m_bNT5orWin98**
63+
Operating system version information. Used internally by ATL.
64+
65+
**dwAtlBuildVer**
66+
Stores the version of ATL. Currently 0x0700.
67+
68+
**pguidVer**
69+
ATL's internal GUID.
70+
71+
**m_csResource**
72+
Used to synchronize access to the **m_rgResourceInstance** array. Used internally by ATL.
73+
74+
**m_rgResourceInstance**
75+
Array used to search for resources in all the resource instances of which ATL is aware. Used internally by ATL.
76+
77+
## Remarks
78+
[_ATL_BASE_MODULE](../Topic/_ATL_BASE_MODULE.md) is defined as a typedef of `_ATL_BASE_MODULE70`.
79+
80+
## Requirements
81+
**Header:** atlcore.h
82+
83+
## See Also
84+
[Structures](../atl/atl-structures.md)
85+
Lines changed: 76 additions & 76 deletions
Original file line numberDiff line numberDiff line change
@@ -1,76 +1,76 @@
1-
---
2-
title: "_ATL_COM_MODULE70 Structure"
3-
ms.custom: na
4-
ms.date: "10/14/2016"
5-
ms.prod: "visual-studio-dev14"
6-
ms.reviewer: na
7-
ms.suite: na
8-
ms.technology:
9-
- "devlang-cpp"
10-
ms.tgt_pltfrm: na
11-
ms.topic: "article"
12-
f1_keywords:
13-
- "ATL::_ATL_COM_MODULE70"
14-
- "ATL._ATL_COM_MODULE70"
15-
- "_ATL_COM_MODULE70"
16-
dev_langs:
17-
- "C++"
18-
helpviewer_keywords:
19-
- "_ATL_COM_MODULE70 structure"
20-
- "ATL_COM_MODULE70 structure"
21-
ms.assetid: 5b0b2fd0-bdeb-4c7e-8870-78fa69ace6e6
22-
caps.latest.revision: 11
23-
ms.author: "mblome"
24-
manager: "ghogen"
25-
translation.priority.ht:
26-
- "cs-cz"
27-
- "de-de"
28-
- "es-es"
29-
- "fr-fr"
30-
- "it-it"
31-
- "ja-jp"
32-
- "ko-kr"
33-
- "pl-pl"
34-
- "pt-br"
35-
- "ru-ru"
36-
- "tr-tr"
37-
- "zh-cn"
38-
- "zh-tw"
39-
---
40-
# _ATL_COM_MODULE70 Structure
41-
Used by COM-related code in ATL.
42-
43-
## Syntax
44-
45-
```
46-
struct _ATL_COM_MODULE70{ UINT cbSize; HINSTANCE m_hInstTypeLib;
47-
_ATL_OBJMAP_ENTRY** m_ppAutoObjMapFirst;
48-
_ATL_OBJMAP_ENTRY** m_ppAutoObjMapLast; CRITICAL_SECTION m_csObjMap;
49-
};
50-
```
51-
52-
## Members
53-
`cbSize`
54-
The size of the structure, used for versioning.
55-
56-
`m_hInstTypeLib`
57-
The handle instance to the type library for this module.
58-
59-
**m_ppAutoObjMapFirst**
60-
Address of the array element indicating the beginning of the object map entries for this module.
61-
62-
**m_ppAutoObjMapLast**
63-
Address of the array element indicating the end of the object map entries for this module.
64-
65-
`m_csObjMap`
66-
Critical section to serialize access to the object map entries. Used internally by ATL.
67-
68-
## Remarks
69-
[_ATL_COM_MODULE](../Topic/_ATL_COM_MODULE.md) is defined as a typedef of `_ATL_COM_MODULE70`.
70-
71-
## Requirements
72-
**Header:** atlbase.h
73-
74-
## See Also
75-
[Structures](../atl/atl-structures.md)
76-
1+
---
2+
title: "_ATL_COM_MODULE70 Structure"
3+
ms.custom: na
4+
ms.date: "10/14/2016"
5+
ms.prod: "visual-studio-dev14"
6+
ms.reviewer: na
7+
ms.suite: na
8+
ms.technology:
9+
- "devlang-cpp"
10+
ms.tgt_pltfrm: na
11+
ms.topic: "article"
12+
f1_keywords:
13+
- "ATL::_ATL_COM_MODULE70"
14+
- "ATL._ATL_COM_MODULE70"
15+
- "_ATL_COM_MODULE70"
16+
dev_langs:
17+
- "C++"
18+
helpviewer_keywords:
19+
- "_ATL_COM_MODULE70 structure"
20+
- "ATL_COM_MODULE70 structure"
21+
ms.assetid: 5b0b2fd0-bdeb-4c7e-8870-78fa69ace6e6
22+
caps.latest.revision: 11
23+
ms.author: "mblome"
24+
manager: "ghogen"
25+
translation.priority.ht:
26+
- "cs-cz"
27+
- "de-de"
28+
- "es-es"
29+
- "fr-fr"
30+
- "it-it"
31+
- "ja-jp"
32+
- "ko-kr"
33+
- "pl-pl"
34+
- "pt-br"
35+
- "ru-ru"
36+
- "tr-tr"
37+
- "zh-cn"
38+
- "zh-tw"
39+
---
40+
# _ATL_COM_MODULE70 Structure
41+
Used by COM-related code in ATL.
42+
43+
## Syntax
44+
45+
```
46+
struct _ATL_COM_MODULE70{ UINT cbSize; HINSTANCE m_hInstTypeLib;
47+
_ATL_OBJMAP_ENTRY** m_ppAutoObjMapFirst;
48+
_ATL_OBJMAP_ENTRY** m_ppAutoObjMapLast; CRITICAL_SECTION m_csObjMap;
49+
};
50+
```
51+
52+
## Members
53+
`cbSize`
54+
The size of the structure, used for versioning.
55+
56+
`m_hInstTypeLib`
57+
The handle instance to the type library for this module.
58+
59+
**m_ppAutoObjMapFirst**
60+
Address of the array element indicating the beginning of the object map entries for this module.
61+
62+
**m_ppAutoObjMapLast**
63+
Address of the array element indicating the end of the object map entries for this module.
64+
65+
`m_csObjMap`
66+
Critical section to serialize access to the object map entries. Used internally by ATL.
67+
68+
## Remarks
69+
[_ATL_COM_MODULE](../Topic/_ATL_COM_MODULE.md) is defined as a typedef of `_ATL_COM_MODULE70`.
70+
71+
## Requirements
72+
**Header:** atlbase.h
73+
74+
## See Also
75+
[Structures](../atl/atl-structures.md)
76+

0 commit comments

Comments
 (0)