DrawThemeEdge Function | |
Namespace:
VOGUIClasses
Assembly:
VOGUIClasses (in VOGUIClasses.dll) Version: 2.21
Syntax FUNCTION DrawThemeEdge(
hTheme AS PTR,
hdc AS PTR,
iPartId AS LONG,
iStateId AS LONG,
pDestRect AS PTR,
uEdge AS DWORD,
uFlags AS DWORD,
pContentRect AS PTR
) AS LONG
public static int DrawThemeEdge(
void* hTheme,
void* hdc,
int iPartId,
int iStateId,
void* pDestRect,
uint uEdge,
uint uFlags,
void* pContentRect
)
Request Example
View SourceParameters
- hTheme
- Type: Void*
- hdc
- Type: Void*
- iPartId
- Type: Long
- iStateId
- Type: Long
- pDestRect
- Type: Void*
- uEdge
- Type: DWord
- uFlags
- Type: DWord
- pContentRect
- Type: Void*
Return Value
Type:
LongSee Also