Skip to content

Commit 9298c6c

Browse files
authored
Merge pull request #2092 from lb90/patch-3
Update nf-objbase-coregisterinitializespy.md: Fix typo
2 parents 83436ac + 2ebe10d commit 9298c6c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

sdk-api-src/content/objbase/nf-objbase-coregisterinitializespy.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
UID: NF:objbase.CoRegisterInitializeSpy
33
title: CoRegisterInitializeSpy function (objbase.h)
4-
description: Registers an implementation of the IInitializeSpy interface. The IInitializeSpy interface is defied to allow developers to perform initialization and cleanup on COM apartments.
4+
description: Registers an implementation of the IInitializeSpy interface. The IInitializeSpy interface is defined to allow developers to perform initialization and cleanup on COM apartments.
55
helpviewer_keywords: ["CoRegisterInitializeSpy","CoRegisterInitializeSpy function [COM]","_com_CoRegisterInitializeSpy","com.coregisterinitializespy","objbase/CoRegisterInitializeSpy"]
66
old-location: com\coregisterinitializespy.htm
77
tech.root: com
@@ -53,12 +53,9 @@ api_name:
5353
- CoRegisterInitializeSpy
5454
---
5555

56-
# CoRegisterInitializeSpy function
57-
58-
5956
## -description
6057

61-
Registers an implementation of the <a href="/windows/desktop/api/objidl/nn-objidl-iinitializespy">IInitializeSpy</a> interface. The <b>IInitializeSpy</b> interface is defied to allow developers to perform initialization and cleanup on COM apartments.
58+
Registers an implementation of the <a href="/windows/desktop/api/objidl/nn-objidl-iinitializespy">IInitializeSpy</a> interface. The <b>IInitializeSpy</b> interface is defined to allow developers to perform initialization and cleanup on COM apartments.
6259

6360
## -parameters
6461

@@ -130,4 +127,6 @@ It is unpredictable whether a call to <b>CoRegisterInitializeSpy</b> from within
130127

131128

132129

133-
<a href="/windows/desktop/api/objidl/nn-objidl-iinitializespy">IInitializeSpy</a>
130+
131+
<a href="/windows/desktop/api/objidl/nn-objidl-iinitializespy">IInitializeSpy</a>
132+

0 commit comments

Comments
 (0)