Desktop Functions: Smart Device Functions:
|
Search Results for "Service" in [All]aygshellfaultrep
using System.Runtime.InteropServices; rasapi32
using System.Runtime.InteropServices; iphlpapi4: AddIPAddress using System.Runtime.InteropServices;
IF_TYPE_FRAMERELAY_SERVICE = 44, // FRNETSERV-MIB
IF_TYPE_CES = 133, // Circuit Emulation Service
[System.Runtime.InteropServices.MarshalAs(UnmanagedType.LPWStr)]
[System.Runtime.InteropServices.MarshalAs(UnmanagedType.LPWStr)]
using System.Runtime.InteropServices;
$services=Get-WmiObject -Namespace "root\cimv2" -Class "Win32_Service"
$boolNoService=$true
for ($j=0; $j -lt $services.Count; $j++) {
if ($services[$j].ProcessId -eq $y[$i].owningPid) {
Add-Member -InputObject $objOutput -MemberType NoteProperty -Name "ServiceName" -Value $services[$j].Caption
$boolNoService=$false
if ($boolNoService) { Add-Member -InputObject $objOutput -MemberType NoteProperty -Name "ServiceName" -Value $null }
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices; cards11: CardsWrappe
using System.Runtime.InteropServices; 12: CardsWrapper
using System.Runtime.InteropServices; winhttp
/// <returns>If the function succeeds, the function returns <c>true</c>. If the function fails, it returns <c>false</c>. For extended error data, call <see cref="System.Runtime.InteropServices.Marshal.GetLastWin32Error"/>.</returns> ERROR_WINHTTP_AUTO_PROXY_SERVICE_ERROR - Returned by WinHttpGetProxyForUrl when a proxy for the specified URL cannot be located. msdrmgdi3215: BitBlt
/// <c>true</c> if the operation succeedes, <c>false</c> otherwise. To get extended error information, call <see cref="System.Runtime.InteropServices.Marshal.GetLastWin32Error"/>. 16: Chord
<Runtime.InteropServices.DllImport("gdi32.dll")> _ 17: CreateDC using System.Runtime.InteropServices;
<System.Runtime.InteropServices.DllImport("gdi32.dll")> _ 19: EnumFontFamilies using System.Runtime.InteropServices; using System.Runtime.InteropServices; 21: ExtFloodFill
using System.Runtime.InteropServices; 22: GetEnhMetaFile
[System.Runtime.InteropServices.DllImport("gdi32")]
[System.Runtime.InteropServices.DllImport("gdi32")] 24: GetPixel
using System.Runtime.InteropServices; 25: GetRegionData
using System.Runtime.InteropServices;
using System.Runtime.InteropServices;
using System.Runtime.InteropServices; 28: SetMapMode using System.Runtime.InteropServices; // For calling Windows API functions. 29: StretchBlt
using System.Runtime.InteropServices; 30: TextOut
using System.Runtime.InteropServices; Imports System.Runtime.InteropServices Interfaces31: + var obj = System.Runtime.InteropServices.Marshal.BindToMoniker("IIS://localhost/W3SVC") as IADs; Required referenece to System, System.Security, System.Runtime.InteropServices, System.Reflection Namespaces.
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices; 34: ICustomDoc
using System.Runtime.InteropServices;
Imports System.Runtime.InteropServices 35: IDataObject Also available in System.Runtime.InteropServices.ComTypes 36: IDeskBand Imports System.Runtime.InteropServices
'to allows this explorer objects also implement IServiceProvider interface
'(don't mix it with System.IServiceProvider!)
Dim sp As _IServiceProvider = TryCast(BandObjectSite, _IServiceProvider)
sp.QueryService(guid, riid, w)
'as a Desk Band. There is no web browser service available.
Imports System.Runtime.InteropServices Imports System.Runtime.InteropServices Public Interface _IServiceProvider
Sub QueryService(ByRef guid As Guid, ByRef riid As Guid, <MarshalAs(UnmanagedType.[Interface])> ByRef Obj As [Object]) Imports System.Runtime.InteropServices 37: IDeskBand2 Imports System.Runtime.InteropServices
'to allows this explorer objects also implement IServiceProvider interface
'(don't mix it with System.IServiceProvider!)
Dim sp As _IServiceProvider = TryCast(BandObjectSite, _IServiceProvider)
sp.QueryService(guid, riid, w)
'as a Desk Band. There is no web browser service available. Imports System.Runtime.InteropServices Imports System.Runtime.InteropServices Public Interface _IServiceProvider
Sub QueryService(ByRef guid As Guid, ByRef riid As Guid, <MarshalAs(UnmanagedType.[Interface])> ByRef Obj As [Object]) Imports System.Runtime.InteropServices
using IDataObject_Com = System.Runtime.InteropServices.ComTypes.IDataObject; 39: IEnumGUID
'Code converted from C# to VB by online service at Telerik (www.telerik.com)
public System.Runtime.InteropServices.ComTypes.FILETIME mtime;
public System.Runtime.InteropServices.ComTypes.FILETIME ctime;
public System.Runtime.InteropServices.ComTypes.FILETIME atime; 41: IEnumWorkItems 42: IErrorLog
[System.Runtime.InteropServices.InterfaceType(1)]
[System.Runtime.InteropServices.Guid("3127CA40-446E-11CE-8135-00AA004BB851")]
void AddError(string pszPropName, ref System.Runtime.InteropServices.ComTypes.EXCEPINFO pExcepInfo); using System.Runtime.InteropServices;
public interface IServiceProvider
void QueryService(ref Guid guidService, ref Guid riid,
IEZoneSecurity.IServiceProvider serviceProvider = null;
object topServiceProviderObj = null;
IServiceProvider topServiceProvider = null;
// Get the client site service provider.
serviceProvider = oleClientSiteObj as IEZoneSecurity.IServiceProvider;
// Get top level browser service provider.
Guid Riid = typeof(IEZoneSecurity.IServiceProvider).GUID;
topServiceProviderObj = null;
serviceProvider.QueryService(ref IID_TopLevelBrowser, ref Riid,
out topServiceProviderObj);
topServiceProvider = topServiceProviderObj as IServiceProvider;
topServiceProvider.QueryService(ref IID_WebBrowserApp, ref Riid,
if (topServiceProvider != null)
Marshal.ReleaseComObject(topServiceProvider);
if (topServiceProviderObj != null)
Marshal.ReleaseComObject(topServiceProviderObj);
if (serviceProvider!= null)
Marshal.ReleaseComObject(serviceProvider);
using System.Runtime.InteropServices;
Imports System.Runtime.InteropServices 45: ILockBytes
void Stat(out System.Runtime.InteropServices.STATSTG pstatstg, int grfStatFlag);
void Stat(out System.Runtime.InteropServices.STATSTG pstatstg, int grfStatFlag); 46: IMalloc
<Runtime.InteropServices.ComImport()> _
<Runtime.InteropServices.InterfaceType(Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)> _
<Runtime.InteropServices.Guid("00000002-0000-0000-C000-000000000046")> _
<Runtime.InteropServices.PreserveSig()> Function Alloc(ByVal cb As UInt32) As IntPtr
<Runtime.InteropServices.PreserveSig()> Function Realloc(ByVal pv As IntPtr, ByVal cb As UInt32) As IntPtr
<Runtime.InteropServices.PreserveSig()> Sub Free(ByVal pv As IntPtr)
<Runtime.InteropServices.PreserveSig()> Function GetSize(ByVal pv As IntPtr) As UInt32
<Runtime.InteropServices.PreserveSig()> Function DidAlloc(ByVal pv As IntPtr) As Int16
<Runtime.InteropServices.PreserveSig()> Sub HeapMinimize() Also it works much faster than Managed Reflection Services. of course we can do it with standard Managed Reflection services: Also it works much faster than Managed Reflection Services. 49: IObjectSafety
using System.Runtime.InteropServices; 50: IOleClientSite Requires reference to System.Runtime.InteropServices. using System.Runtime.InteropServices; 52: IOleWindow
Sub GetWindow(<System.Runtime.InteropServices.Out()> ByRef phwnd As IntPtr) 53: IPersistFile |