|
PEvgetcellBOOL PEvgetcell (hObject, nProperty, nCell, lpvDestination)
This function gets individual elements of object property arrays by copying the array element selected by hObject, nProperty, and nCell into the memory location pointed to by lpvDestination. This function is designed to be used with properties which start with PEP_fa, PEP_sza, PEP_na, and PEP_dwa.
Returns NonZero if the function was successful, otherwise Zero.
Comments PEvgetcellEx can be used to simplify getting two dimensional property array elements.
PEvget can be used to get an entire array.
PEvgetEx can be used to get a partial section of an array.
Refer to Appendix B Property Reference to view possible property codes.
Make sure that the buffer pointer to by lpvDestination is large enough to hold the property received. Individual string elements usually never exceed 48 characters in length, however, MultiSubTitles and MultiBottomTitles can be 255 characters.
See Also: PEvsetcell, PEvsetcellEx, PEvset, and PEvsetEx. |
©2022 Gigasoft, Inc. | All rights reserved.
Gigasoft is a registered trademark, and ProEssentials a trademark of Gigasoft, Inc. |