B64Decode Function | |
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax FUNCTION B64Decode(
pSrc AS PTR,
pTarget AS PTR,
dwLength AS DWORD,
dwCharCount REF DWORD
) AS DWORD
public static uint B64Decode(
void* pSrc,
void* pTarget,
uint dwLength,
ref uint dwCharCount
)
Request Example
View SourceParameters
- pSrc
- Type: Void*
- pTarget
- Type: Void*
- dwLength
- Type: DWord
- dwCharCount
- Type: DWord
Return Value
Type:
DWordSee Also