Go to the source code of this file.
◆ GetDisplayName()
Definition at line 12 of file name.c.
13{
14 SC_HANDLE hManager =
NULL;
18
23 {
26 goto done;
27 }
28
33 {
35 {
38 goto done;
39 }
40 }
41
44 {
48 goto done;
49 }
50
56 {
59 goto done;
60 }
61
63
64done:
67
70
71 if (hManager)
73
74 return bResult;
75}
static WCHAR ServiceName[]
#define HeapFree(x, y, z)
DWORD ReportLastError(void)
BOOL WINAPI CloseServiceHandle(SC_HANDLE hSCObject)
_In_ WDFMEMORY _Out_opt_ size_t * BufferSize
DWORD WINAPI GetLastError(void)
#define SC_MANAGER_CONNECT
#define GetServiceDisplayName
Referenced by _test_GetCurMoniker(), DECLARE_INTERFACE_(), Moniker_GetDisplayName(), ScControl(), test_editing_mode(), test_exec_editmode(), test_Hlink_Navigate(), test_HlinkGetSetMonikerReference(), test_HlinkResolveMonikerForData(), test_HlinkSite(), and test_Load().
◆ GetKeyName()
Definition at line 77 of file name.c.
78{
79 SC_HANDLE hManager =
NULL;
83
88 {
91 goto done;
92 }
93
98 {
100 {
103 goto done;
104 }
105 }
106
109 {
113 goto done;
114 }
115
121 {
124 goto done;
125 }
126
128
129done:
130 if (bResult ==
FALSE)
132
135
136 if (hManager)
138
139 return bResult;
140}
#define GetServiceKeyName