| Visual Basic | |
|---|---|
Sub GetBitmapInfo( _ ByVal lDataSize As System.Integer, _ ByRef pbData As System.Byte _ ) | |
Parameters
- lDataSize
- Size of pbData (see Remarks)
- pbData
- Buffer in which to return the bitmap information
Before calling this method, you must properly allocate the size of the pbData buffer. Call IEdmBitmap5::GetBitmapInfoSize to determine the size of buffer to allocate and to specify lDataSize.
- S_OK: The method successfully executed.
- E_INVALIDARG: lDataSize does not match the size of the returned structure.
SOLIDWORKS PDM Professional Version 5.2