Desktop Functions: Smart Device Functions:
|
Search Results for "IntPtr" in [All]oleaut32
static extern int GetActiveObject(ref Guid rclsid, IntPtr pvReserved,
static extern void GetActiveObject(ref Guid rclsid, IntPtr pvReserved,
ByRef rclsid As Guid, pvReserved As IntPtr, _
static extern int SysFreeString(IntPtr bstr); 3: SysStringLen
static extern int SysStringLen(IntPtr bstr);
Dim tlbAttrPtr As IntPtr
static extern int VarBstrFromDisp(IntPtr Disp, int lcid, int dwFlags, [MarshalAs(UnmanagedType.BStr)] out string pbstrOut);
Declare Function VarBstrFromDisp Lib "oleaut32.dll" (Byval Disp as IntPtr, Byval lcid As Integer, Byref pbstrOut as String) As Integer 6: VariantInit
Public Shared Sub memset(<[In](), Out()> ByVal dest As IntPtr, _
Dim ptrValue As IntPtr = Marshal.AllocHGlobal(sizeVariant) ntdsapi7: DsBind
IntPtr AuthIdentity,
out IntPtr hDS
IntPtr AuthIdentity,
out IntPtr phDS 9: DsCrackNames
IntPtr hDS,
out IntPtr ppResult);
Public Shared Function DsCrackNames(ByVal hDS As IntPtr, _
ByRef ppResult As IntPtr) As Object
IntPtr handle = IntPtr.Zero;
IntPtr pResult;
out IntPtr phDS);
IntPtr hDS,
out IntPtr ppResult);
public static extern void DsFreeNameResult(IntPtr pResult /* DS_NAME_RESULT* */);
public static extern uint DsUnBind(ref IntPtr phDS);
internal IntPtr rItems; // PDS_NAME_RESULT_ITEM
if (rItems == IntPtr.Zero)
IntPtr curptr;
curptr = new IntPtr(rItems.ToInt64() + (i * stSize)); 10: DsFreeNameResult
static public extern void DsFreeNameResult(IntPtr pResult /* DS_NAME_RESULT* */);
IntPtr AuthIdentity
IntPtr pGuidMap);
IntPtr hDs,
out IntPtr pInf
string DnsDomainName, out IntPtr phDS
static public extern uint DsUnBind(ref IntPtr phDS);
IntPtr hDs,
out IntPtr pInf);
IntPtr pInf);
IntPtr hDC = IntPtr.Zero;
IntPtr pDCinfos; // pointer to array of DS_DOMAIN_CONTROLLER_INFO_2
IntPtr pCurrentInfo = pDCinfos;
pCurrentInfo = (IntPtr)(
out IntPtr AuthIdentity 15: DsMapSchemaGuids
IntPtr hDs,
out IntPtr ppGuidMap);
Friend Shared Function DsMapSchemaGuids(hDs As IntPtr, cGuids As UInteger, rGuids As Guid(), ByRef ppGuidMap As IntPtr) As UInteger
IntPtr phDS = new IntPtr(0);
IntPtr guidMap = new IntPtr(0);
IntPtr hDs,
out IntPtr ppGuidMap);
IntPtr pGuidMap);
out IntPtr phDS);
IntPtr phDS);
private static DS_SCHEMA_GUID_MAP[] parseGuids(IntPtr guidMap, int numGuids, bool freePointer)
IntPtr guidPointer = guidMap;
new IntPtr 16: DsUnBind
static public extern uint DsUnBind(ref IntPtr phDS);
IntPtr phDS uxtheme
static extern IntPtr BeginBufferedAnimation(
IntPtr hwnd,
IntPtr hdcTarget,
IntPtr pPaintParams,
out IntPtr phdcFrom,
out IntPtr phdcTo
static extern IntPtr BeginBufferedAnimation(
IntPtr hwnd,
IntPtr hdcTarget,
out IntPtr phdcFrom,
out IntPtr phdcTo
static extern IntPtr BeginBufferedPaint(IntPtr hdcTarget, [In] ref RECT prcTarget, BP_BUFFERFORMAT dwFormat, [In] ref BP_PAINTPARAMS pPaintParams, out IntPtr phdc);
static extern bool BufferedPaintRenderAnimation(IntPtr hwnd, IntPtr hdcTarget);
static extern int BufferedPaintSetAlpha(IntPtr hBufferedPaint, [In] ref RECT prc, byte alpha);
static extern IntPtr BufferedPaintStopAllAnimations(IntPtr hwnd); 22: CloseThemeData
public extern static Int32 CloseThemeData(IntPtr hTheme);
Declare Function CloseThemeData Lib "uxtheme.dll" (ByVal hTheme As IntPtr) As Int32
Function CloseThemeData(ByVal hTheme As IntPtr) As Int32
public extern static Int32 DrawThemeBackgroundEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, ref DTBGOPTS poptions);
Public Shared Function DrawThemeBackgroundEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pRect As RECT, ByRef poptions As DTBGOPTS) As Int32
public extern static Int32 DrawThemeBackgroundEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, ref DTBGOPTS poptions); Public Shared Function DrawThemeBackgroundEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pRect As RECT, ByRef poptions As DTBGOPTS) As Int32 25: DrawThemeEdge
public extern static Int32 DrawThemeEdge(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pDestRect, uint egde, uint flags, out RECT pRect);
public extern static Int32 DrawThemeEdge(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pDestRect, uint egde, uint flags, int pRect);
Public Shared Function DrawThemeEdge(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pDestRect As RECT, egde As UInteger, _
Public Shared Function DrawThemeEdge(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pDestRect As RECT, egde As UInteger, _ 26: DrawThemeIcon
public extern static Int32 DrawThemeIcon(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, IntPtr himl, int iImageIndex);
Public Shared Function DrawThemeIcon(ByVal hTheme As IntPtr, ByVal hdc As IntPtr, ByVal iPartId As Integer, ByVal iStateId As Integer, ByRef pRect As RECT, ByVal himl As IntPtr, _
public extern static Int32 DrawThemeParentBackground(IntPtr hWnd, IntPtr hdc, ref RECT pRect);
public extern static Int32 DrawThemeParentBackground(IntPtr hWnd, IntPtr hdc, int pRect);
Function DrawThemeParentBackground(ByVal hwnd As IntPtr, ByVal hdc As IntPtr, ByRef prc As RECT) As Integer 28: DrawThemeText
static extern int DrawThemeTextEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, string text, int length, DT flags, ref RECT rect, ref DTTOPTS poptions);
Public Shared Function DrawThemeTextEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, text As [String], length As Integer, flags As DT, ByRef rect As RECT, ByRef poptions As DTTOPTS) As Int32 29: DrawThemeTextEx
static extern int DrawThemeTextEx(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, string text, int length, DT flags, ref RECT rect, ref DTBGOPTS poptions);
Public Shared Function DrawThemeTextEx(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, text As [String], length As Integer, flags As UInt32, ByRef rect As RECT, ByRef poptions As DTBGOPTS) As Int32
public extern static Int32 EnableThemeDialogTexture(IntPtr hWnd, EnableThemeDialogTextureFlags flags);
Declare Function EnableThemeDialogTexture Lib "uxtheme.dll" (hWnd As IntPtr, flags as EnableThemeDialogTexttureFlags) As Int32
static extern int EndBufferedAnimation(IntPtr hbpAnimation, bool fUpdateTarget); 32: EndBufferedPaint
static extern int EndBufferedPaint(IntPtr hBufferedPaint, bool fUpdateTarget);
public extern static Int32 GetThemeBackgroundContentRect(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pBoundingRect, out RECT pContentRect);
Public Shared Function GetThemeBackgroundContentRect(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pBoundingRect As RECT, ByRef pContentRect As RECT) As Int32
public extern static Int32 GetThemeBackgroundExtent(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, ref RECT pClipRect);
Public Shared Function GetThemeBackgroundExtent(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pRect As RECT, ByRef pClipRect As RECT) As Int32
public extern static Int32 GetThemeBackgroundRegion(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, ref RECT pRect, out IntPtr pRegion);
Public Shared Function GetThemeBackgroundRegion(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef pRect As RECT, ByRef pRegion As IntPtr) As Int32 36: GetThemeBool
public extern static Int32 GetThemeBool(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out int pfVal);
Public Shared Function GetThemeBool(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pfVal As Integer) As Int32 37: GetThemeColor
public extern static Int32 GetThemeColor(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out COLORREF pColor);
Shared Function GetThemeColor(ByVal hTheme As IntPtr, _
public extern static Int32 GetThemeEnumValue(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out int piVal);
Public Shared Function GetThemeEnumValue(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef piVal As Integer) As Int32 39: GetThemeFilename
public extern static Int32 GetThemeFilename(IntPtr hTheme, int iPartId, int iStateId, int iPropId, StringBuilder themeFileName, int themeFileNameLength);
Declare Auto Function GetThemeFilename Lib "uxtheme.dll" (hTheme as IntPtr, iPartId as Integer, iStateId as Integer, themeFileName as Integer, themeFileNameLength as Integer) As Integer 40: GetThemeFont
public extern static Int32 GetThemeFont(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, int iPropId, out LOGFONT pFont);
Public Shared Function GetThemeFont(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pFont As LOGFONT) As Int32 41: GetThemeInt
public extern static Int32 GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList);
Public Shared Function GetThemeIntList(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pIntList As INTLIST) As Int32 42: GetThemeIntList
public extern static Int32 GetThemeIntList(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out INTLIST pIntList); 43: GetThemeMargins
static extern int GetThemeMargins(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, int iPropId, IntPtr prc, out MARGINS pMargins);
Public Shared Function GetThemeMargins(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pMargins As MARGINS) As Int32 44: GetThemeMetric
public extern static Int32 GetThemeMetric(IntPtr hTheme, IntPtr hDC, int iPartId, int iStateId, int iPropId, out int piVal);
Public Shared Function GetThemeMetric(hTheme As IntPtr, hDC As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef piVal As Integer) As Int32 45: GetThemePartSize
public extern static Int32 GetThemePartSize(IntPtr hTheme, IntPtr hdc, WindowPart part, WindowPartState state, ref RECT pRect, ThemeSize eSize, out SIZE size);
public extern static Int32 GetThemePartSize(IntPtr hTheme, IntPtr hdc,WindowPart part, WindowPartState state, int pRect, ThemeSize eSize, out SIZE size);
Public Declare Function GetThemePartSize Lib "uxtheme.dll" (ByVal hTheme As IntPtr, ByVal hdc As IntPtr, ByVal iPartId As Integer, ByVal iStateId As Integer, ByRef prc As Rectangle, ByVal eSize As THEMESIZE, ByRef psz As Size) As Integer 46: GetThemePosition
public extern static Int32 GetThemePosition(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out POINT pPoint);
Public Shared Function GetThemePosition(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pPoint As POINT) As Int32
public extern static Int32 GetThemePropertyOrigin(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out PropertyOrigin pOrigin);
Public Shared Function GetThemePropertyOrigin(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pOrigin As PropertyOrigin) As Int32 48: GetThemeRect
public extern static Int32 GetThemeRect(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out RECT pRect);
Public Shared Function GetThemeRect(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef pRect As RECT) As Int32 49: GetThemeString
public extern static Int32 GetThemeString(IntPtr hTheme, int iPartId, int iStateId, int iPropId, out StringBuilder themeString, int themeStringLength);
Public Shared Function GetThemeString(hTheme As IntPtr, iPartId As Integer, iStateId As Integer, iPropId As Integer, ByRef themeString As StringBuilder, themeStringLength As Integer) As Int32 50: GetThemeSysBool
public extern static int GetThemeSysBool(IntPtr hTheme, int iBoolId);
Public Shared Function GetThemeSysBool(hTheme As IntPtr, iBoolId As Integer) As Integer 51: GetThemeSysBrush
public extern static IntPtr GetThemeSysBrush(IntPtr hTheme, int iColorId);
Public Shared Function GetThemeSysBrush(hTheme As IntPtr, iColorId As Integer) As IntPtr 52: GetThemeSysColor
public extern static UInt32 GetThemeSysColor(IntPtr hTheme, int iColorId);
Public Shared Function GetThemeSysColor(hTheme As IntPtr, iColorId As Integer) As UInt32 53: GetThemeSysFont
public extern static Int32 GetThemeSysFont(IntPtr hTheme, int iFontId, out LOGFONT plf);
Public Shared Function GetThemeSysFont(hTheme As IntPtr, iFontId As Integer, ByRef plf As LOGFONT) As Int32 54: GetThemeSysInt
public extern static Int32 GetThemeSysInt(IntPtr hTheme, int iIntId, out int piVal);
Public Shared Function GetThemeSysInt(hTheme As IntPtr, iIntId As Integer, ByRef piVal As Integer) As Int32 55: GetThemeSysSize
public extern static int GetThemeSysSize(IntPtr hTheme, int iSizeId);
Public Shared Function GetThemeSysSize(hTheme As IntPtr, iSizeId As Integer) As Integer
public extern static Int32 GetThemeSysString(IntPtr hTheme, int iStringId, out StringBuilder stringSys, int stringSysLength);
Public Shared Function GetThemeSysString(hTheme As IntPtr, iStringId As Integer, ByRef stringSys As StringBuilder, stringSysLength As Integer) As Int32
public extern static Int32 GetThemeTextExtent(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, String text, int textLength, UInt32 textFlags, ref RECT boundingRect, out RECT extentRect);
public extern static Int32 GetThemeTextExtent(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, String text, int textLength, UInt32 textFlags, int boundingRect, out RECT extentRect);
Declare Function GetThemeTextExtent Lib "uxtheme.dll" (ByVal hTheme As IntPtr, ByVal hdcAs IntPtr, _
public extern static Int32 GetThemeTextMetrics(IntPtr hTheme, IntPtr hdc, int iPartId, int iStateId, out TEXTMETRIC textMetric);
Public Shared Function GetThemeTextMetrics(hTheme As IntPtr, hdc As IntPtr, iPartId As Integer, iStateId As Integer, ByRef textMetric As TEXTMETRIC) As Int32
static extern int GetThemeTransitionDuration(IntPtr hTheme, int iPartId, int iStateIdFrom, int iStateIdTo, int iPropId, out uint pdwDuration); 60: GetWindowTheme
public extern static IntPtr GetWindowTheme(IntPtr hWnd);
Public Declare Function GetWindowTheme Lib "uxtheme.dll" (ByVal hWnd As IntPtr) As IntPtr Cut off search results after 60. Please refine your search. |