Lines Matching refs:HRESULT

44     HRESULT AllowOutboundDestinationUnreachable([out, retval] VARIANT_BOOL* allow);
47 HRESULT AllowOutboundDestinationUnreachable( [in] VARIANT_BOOL allow );
50 HRESULT AllowRedirect( [out, retval] VARIANT_BOOL* allow );
53 HRESULT AllowRedirect( [in] VARIANT_BOOL allow );
56 HRESULT AllowInboundEchoRequest( [out, retval] VARIANT_BOOL* allow );
59 HRESULT AllowInboundEchoRequest( [in] VARIANT_BOOL allow );
62 HRESULT AllowOutboundTimeExceeded( [out, retval] VARIANT_BOOL* allow );
65 HRESULT AllowOutboundTimeExceeded( [in] VARIANT_BOOL allow );
68 HRESULT AllowOutboundParameterProblem( [out, retval] VARIANT_BOOL* allow );
71 HRESULT AllowOutboundParameterProblem( [in] VARIANT_BOOL allow );
74 HRESULT AllowOutboundSourceQuench( [out, retval] VARIANT_BOOL* allow );
77 HRESULT AllowOutboundSourceQuench( [in] VARIANT_BOOL allow );
80 HRESULT AllowInboundRouterRequest( [out, retval] VARIANT_BOOL* allow );
83 HRESULT AllowInboundRouterRequest( [in] VARIANT_BOOL allow );
86 HRESULT AllowInboundTimestampRequest( [out, retval] VARIANT_BOOL* allow );
89 HRESULT AllowInboundTimestampRequest( [in] VARIANT_BOOL allow );
92 HRESULT AllowInboundMaskRequest( [out, retval] VARIANT_BOOL* allow );
95 HRESULT AllowInboundMaskRequest( [in] VARIANT_BOOL allow );
98 HRESULT AllowOutboundPacketTooBig( [out, retval] VARIANT_BOOL* allow );
101 HRESULT AllowOutboundPacketTooBig( [in] VARIANT_BOOL allow );
112 HRESULT Name( [out, retval] BSTR* name );
115 HRESULT Name( [in] BSTR name );
118 HRESULT IpVersion( [out, retval] NET_FW_IP_VERSION* ipVersion );
121 HRESULT IpVersion( [in] NET_FW_IP_VERSION ipVersion );
124 HRESULT Protocol( [out, retval] NET_FW_IP_PROTOCOL* ipProtocol );
127 HRESULT Protocol( [in] NET_FW_IP_PROTOCOL ipProtocol );
130 HRESULT Port( [out, retval] LONG* portNumber );
133 HRESULT Port( [in] LONG portNumber );
136 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
139 HRESULT Scope( [in] NET_FW_SCOPE scope );
142 HRESULT RemoteAddresses( [out, retval] BSTR* remoteAddrs );
145 HRESULT RemoteAddresses( [in] BSTR remoteAddrs );
148 HRESULT Enabled( [out, retval] VARIANT_BOOL* enabled );
151 HRESULT Enabled( [in] VARIANT_BOOL enabled );
154 HRESULT BuiltIn( [out, retval] VARIANT_BOOL* builtIn );
165 HRESULT Count( [out, retval] long* count );
168 HRESULT Add( [in] INetFwOpenPort* port );
171 HRESULT Remove( [in] LONG portNumber, [in] NET_FW_IP_PROTOCOL ipProtocol );
174 HRESULT Item( [in] LONG portNumber, [in] NET_FW_IP_PROTOCOL ipProtocol,
178 HRESULT _NewEnum( [out, retval] IUnknown** newEnum );
189 HRESULT Name( [out, retval] BSTR* name );
192 HRESULT Type( [out, retval] NET_FW_SERVICE_TYPE* type );
195 HRESULT Customized( [out, retval] VARIANT_BOOL* customized );
198 HRESULT IpVersion( [out, retval] NET_FW_IP_VERSION* ipVersion );
201 HRESULT IpVersion( [in] NET_FW_IP_VERSION ipVersion );
204 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
207 HRESULT Scope( [in] NET_FW_SCOPE scope );
210 HRESULT RemoteAddresses( [out, retval] BSTR* remoteAddrs );
213 HRESULT RemoteAddresses( [in] BSTR remoteAddrs );
216 HRESULT Enabled( [out, retval] VARIANT_BOOL* enabled );
219 HRESULT Enabled( [in] VARIANT_BOOL enabled );
222 HRESULT GloballyOpenPorts( [out, retval] INetFwOpenPorts** openPorts );
233 HRESULT Count( [out, retval] long* count );
236 HRESULT Item( [in] NET_FW_SERVICE_TYPE svcType,
240 HRESULT _NewEnum( [out, retval] IUnknown** newEnum );
251 HRESULT Name( [out, retval] BSTR* name );
254 HRESULT Name( [in] BSTR name );
257 HRESULT ProcessImageFileName( [out, retval] BSTR* imageFileName );
260 HRESULT ProcessImageFileName( [in] BSTR imageFileName );
263 HRESULT IpVersion( [out, retval] NET_FW_IP_VERSION* ipVersion );
266 HRESULT IpVersion( [in] NET_FW_IP_VERSION ipVersion );
269 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
272 HRESULT Scope( [in] NET_FW_SCOPE scope );
275 HRESULT RemoteAddresses( [out, retval] BSTR* remoteAddrs );
278 HRESULT RemoteAddresses( [in] BSTR remoteAddrs );
281 HRESULT Enabled( [out, retval] VARIANT_BOOL* enabled );
284 HRESULT Enabled( [in] VARIANT_BOOL enabled );
295 HRESULT IpVersion( [out, retval] NET_FW_IP_VERSION* ipVersion );
298 HRESULT IpVersion( [in] NET_FW_IP_VERSION ipVersion );
301 HRESULT Scope( [out, retval] NET_FW_SCOPE* scope );
304 HRESULT Scope( [in] NET_FW_SCOPE scope );
307 HRESULT RemoteAddresses( [out, retval] BSTR* remoteAddrs );
310 HRESULT RemoteAddresses( [in] BSTR remoteAddrs );
313 HRESULT Enabled( [out, retval] VARIANT_BOOL* enabled );
316 HRESULT Enabled( [in] VARIANT_BOOL enabled );
328 HRESULT Count( [out, retval] long* count );
331 HRESULT Add( [in] INetFwAuthorizedApplication* app );
334 HRESULT Remove( [in] BSTR imageFileName );
337 HRESULT Item( [in] BSTR imageFileName,
341 HRESULT _NewEnum( [out, retval] IUnknown** newEnum );
352 HRESULT Type( [out, retval] NET_FW_PROFILE_TYPE* type );
355 HRESULT FirewallEnabled( [out, retval] VARIANT_BOOL* enabled );
358 HRESULT FirewallEnabled( [in] VARIANT_BOOL enabled );
361 HRESULT ExceptionsNotAllowed( [out, retval] VARIANT_BOOL* notAllowed );
364 HRESULT ExceptionsNotAllowed( [in] VARIANT_BOOL notAllowed );
367 HRESULT NotificationsDisabled( [out, retval] VARIANT_BOOL* disabled );
370 HRESULT NotificationsDisabled( [in] VARIANT_BOOL disabled );
373 HRESULT UnicastResponsesToMulticastBroadcastDisabled( [out, retval] VARIANT_BOOL* disabled );
376 HRESULT UnicastResponsesToMulticastBroadcastDisabled( [in] VARIANT_BOOL disabled );
379 HRESULT RemoteAdminSettings( [out, retval] INetFwRemoteAdminSettings** remoteAdminSettings );
382 HRESULT IcmpSettings( [out, retval] INetFwIcmpSettings** icmpSettings );
385 HRESULT GloballyOpenPorts( [out, retval] INetFwOpenPorts** openPorts );
388 HRESULT Services( [out, retval] INetFwServices** services );
391 HRESULT AuthorizedApplications( [out, retval] INetFwAuthorizedApplications** apps );
402 HRESULT CurrentProfile( [out, retval] INetFwProfile** profile );
405 HRESULT GetProfileByType( [in] NET_FW_PROFILE_TYPE profileType,
417 HRESULT LocalPolicy( [out, retval] INetFwPolicy** localPolicy );
420 HRESULT CurrentProfileType( [out, retval] NET_FW_PROFILE_TYPE* profileType );
423 HRESULT RestoreDefaults();
426 HRESULT IsPortAllowed( [in] BSTR imageFileName, [in] NET_FW_IP_VERSION ipVersion,
432 HRESULT IsIcmpTypeAllowed( [in] NET_FW_IP_VERSION ipVersion, [in] BSTR localAddress,