B64Encode Function | |
Namespace:
VOInternetClasses
Assembly:
VOInternetClasses (in VOInternetClasses.dll) Version: 2.21
Syntax FUNCTION B64Encode(
pSrc AS PTR,
pTarget AS PTR,
dwLength AS DWORD,
dwCharCount REF DWORD
) AS VOID
public static void B64Encode(
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
See Also